Moonware.Common Namespace : SerializableSetting Class |
The following tables list the members exposed by SerializableSetting.
Name | Description | |
---|---|---|
![]() | SerializableSetting Constructor |
Name | Description | |
---|---|---|
![]() | Category | Category of the Setting |
![]() ![]() | ConstantHiddenPassword | Used the hide passwords during serialization |
![]() | Description | Description of the Setting |
![]() | Id | Setting Id for ordering lists |
![]() | Key | Key of the Setting |
![]() | ValueType | Type of the Setting |
![]() | Visibility | Visibility of the Setting |
Name | Description | |
---|---|---|
![]() | Value | Value of the Setting (Native Type) but passwords are not sent in clear due to WCF |
![]() | ValueInternal | Internal Value (important for password fields as Value will be returned as *****) |
![]() | ValueSerialized | Value of the Setting |
Name | Description | |
---|---|---|
![]() | GetSchema | Returns the default XML Schema |
![]() | ReadXml | Reads from the Source |
![]() | ToString | Override the ToString method |
![]() | WriteXml | Writes content to the XML |