Method | Description | |
---|---|---|
CheckType ( object value ) : object | ||
CreateValidator ( ) : void | ||
GetEnumValues ( ) : ConfigurationEnumValueCollection | ||
GetMetadata ( string metadataType ) : object |
Method | Description | |
---|---|---|
CheckRawType ( object value ) : object | ||
ConfigurationAttributeSchema ( ) : System | ||
LoadEnums ( System.Xml.Linq.XElement item ) : void | ||
Parse ( string value ) : object | ||
SetDefaultValue ( string value ) : void | ||
SetEnumValues ( ConfigurationEnumValueCollection enums ) : void | ||
Validate ( object result ) : void |
public GetEnumValues ( ) : ConfigurationEnumValueCollection | ||
return | ConfigurationEnumValueCollection |
public GetMetadata ( string metadataType ) : object | ||
metadataType | string | |
return | object |