[This is preliminary documentation and is subject to change.]
SettingEntry implementation for UInt16.
Namespace:
Phoenix.ConfigurationAssembly: Phoenix (in Phoenix.dll) Version: 0.7.0.0
Syntax
C# | Visual Basic | Visual C++ |
public class SettingUInt16Entry : SettingEntry<ushort>
Public Class SettingUInt16Entry _ Inherits SettingEntry(Of UShort)
public ref class SettingUInt16Entry : public SettingEntry<unsigned short>
Members
All Members | Constructors ![]() | Properties ![]() | Methods ![]() | Events ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | SettingUInt16Entry(ISettings, UInt16, String, array<Object>[]()[]) |
Default constructor.
|
![]() | Attribute |
Attribute name.
(Inherited from SettingEntry<(Of <(T>)>).) |
![]() | Changed |
Raised when setting value was changed.
(Inherited from SettingEntry<(Of <(T>)>).) |
![]() | Path |
Element path.
(Inherited from SettingEntry<(Of <(T>)>).) |
![]() | Reset()()() |
Sets default value.
(Inherited from SettingEntry<(Of <(T>)>).) |
![]() | Saving |
Raised when setting is being saved.
(Inherited from SettingEntry<(Of <(T>)>).) |
![]() | SetValue(T) |
Sets value without invoking changed event. Use carrefully.
(Inherited from SettingEntry<(Of <(T>)>).) |
![]() | ToString()()() |
Returns string representation of Value.
(Inherited from SettingEntry<(Of <(T>)>).) |
![]() | Value |
Gets or sets value for this setting. If changed Changed event is raised.
(Overrides SettingEntry<(Of <(T>)>)..::.Value.) |
Inheritance Hierarchy
System..::.Object
Phoenix.Configuration..::.SettingEntry<(Of <(UInt16>)>)
Phoenix.Configuration..::.SettingUInt16Entry
Phoenix.Configuration..::.SettingEntry<(Of <(UInt16>)>)
Phoenix.Configuration..::.SettingUInt16Entry