Moonware.Common
SerializableSetting Class Members
Fields  Properties  Methods 


The following tables list the members exposed by SerializableSetting.

Public Constructors
 NameDescription
Public ConstructorSerializableSetting Constructor  
Top
Public Fields
 NameDescription
Public FieldCategory Category of the Setting  
Public Fieldstatic (Shared in Visual Basic)ConstantHiddenPassword Used the hide passwords during serialization  
Public FieldDescription Description of the Setting  
Public FieldId Setting Id for ordering lists  
Public FieldKey Key of the Setting  
Public FieldValueType Type of the Setting  
Public FieldVisibility Visibility of the Setting  
Top
Public Properties
 NameDescription
Public PropertyValue Value of the Setting (Native Type) but passwords are not sent in clear due to WCF  
Public PropertyValueInternal Internal Value (important for password fields as Value will be returned as *****)  
Public PropertyValueSerialized Value of the Setting  
Top
Public Methods
 NameDescription
Public MethodGetSchema Returns the default XML Schema  
Public MethodReadXml Reads from the Source  
Public MethodToString Override the ToString method  
Public MethodWriteXml Writes content to the XML  
Top
See Also

Reference

SerializableSetting Class
Moonware.Common Namespace

Send Feedback