Property | Type | Description | |
---|---|---|---|
ApplyInstanceAttributes | void | ||
ApplyValidator | void | ||
ApplyValidatorsRecursive | void | ||
AssociateContext | void | ||
CachePerTypeValidator | void | ||
CallInit | void | ||
CheckLockedElement | void | ||
CreateConfigurationPropertyFromAttributes | |||
CreateElement | |||
CreatePropertyBagFromType | |||
DeserializePropertyValue | object | ||
Dump | void | ||
EnsureRequiredProperties | void | ||
GetErrors | |||
GetErrorsList | |||
HandleLockedAttributes | void | ||
IntersectLockCollections | |||
IsLockAttributeName | bool | ||
MergeLocks | void | ||
ParseLockedAttributes | |||
PropertiesFromType | bool | ||
PropertyFileName | string | ||
PropertyInfoInternal | |||
PropertyLineNumber | int | ||
RemoveAllInheritedLocks | void | ||
ReportInvalidLock | void | ||
ResetLockLists | void | ||
SerializeLockList | bool | ||
SetLocked | void | ||
UnMergeLockList | |||
ValidateElement | void |
Method | Description | |
---|---|---|
Equals ( object compareTo ) : bool | ||
GetHashCode ( ) : int | ||
IsReadOnly ( ) : bool |
Method | Description | |
---|---|---|
ConfigurationElement ( ) : System | ||
DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void | ||
Init ( ) : void | ||
InitializeDefault ( ) : void | ||
IsModified ( ) : bool | ||
ListErrors ( IList errorList ) : void | ||
OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool | ||
OnDeserializeUnrecognizedElement ( String elementName, XmlReader reader ) : bool | ||
OnRequiredPropertyNotFound ( string name ) : object | ||
PostDeserialize ( ) : void | ||
PreSerialize ( |
||
Reset ( |
||
ResetModified ( ) : void | ||
SerializeElement ( |
||
SerializeToXmlElement ( |
||
SetPropertyValue ( |
||
SetReadOnly ( ) : void | ||
Unmerge ( |
||
this ( |
||
this ( String propertyName ) : Object |
Method | Description | |
---|---|---|
ApplyInstanceAttributes ( object instance ) : void | ||
ApplyValidator ( |
||
ApplyValidatorsRecursive ( |
||
AssociateContext ( |
||
CachePerTypeValidator ( |
||
CallInit ( ) : void | ||
CheckLockedElement ( string elementName, XmlReader reader ) : void | ||
CreateConfigurationPropertyFromAttributes ( |
||
CreateElement ( |
||
CreatePropertyBagFromType ( |
||
DeserializePropertyValue ( |
||
Dump ( |
||
EnsureRequiredProperties ( bool ensureKeysOnly ) : void | ||
GetErrors ( ) : |
||
GetErrorsList ( ) : |
||
HandleLockedAttributes ( |
||
IntersectLockCollections ( |
||
IsLockAttributeName ( string name ) : bool | ||
MergeLocks ( |
||
ParseLockedAttributes ( |
||
PropertiesFromType ( |
||
PropertyFileName ( string propertyName ) : string | ||
PropertyInfoInternal ( string propertyName ) : |
||
PropertyLineNumber ( string propertyName ) : int | ||
RemoveAllInheritedLocks ( ) : void | ||
ReportInvalidLock ( string attribToLockTrim, ConfigurationLockCollectionType lockedType, |
||
ResetLockLists ( |
||
SerializeLockList ( |
||
SetLocked ( ) : void | ||
UnMergeLockList ( |
||
ValidateElement ( |
protected DeserializeElement ( XmlReader reader, bool serializeCollectionKey ) : void | ||
reader | XmlReader | |
serializeCollectionKey | bool | |
return | void |
protected ListErrors ( IList errorList ) : void | ||
errorList | IList | |
return | void |
protected OnDeserializeUnrecognizedAttribute ( String name, String value ) : bool | ||
name | String | |
value | String | |
return | bool |
protected OnDeserializeUnrecognizedElement ( String elementName, XmlReader reader ) : bool | ||
elementName | String | |
reader | XmlReader | |
return | bool |
protected OnRequiredPropertyNotFound ( string name ) : object | ||
name | string | |
return | object |
protected PreSerialize ( |
||
writer | ||
return | void |
protected Reset ( |
||
parentElement | ||
return | void |
protected SerializeElement ( |
||
writer | ||
serializeCollectionKey | bool | |
return | bool |
protected SerializeToXmlElement ( |
||
writer | ||
elementName | String | |
return | bool |
protected SetPropertyValue ( |
||
prop | ||
value | object | |
ignoreLocks | bool | |
return | void |
protected Unmerge ( |
||
sourceElement | ||
parentElement | ||
saveMode | ConfigurationSaveMode | |
return | void |
protected this ( |
||
prop | ||
return | Object |
protected this ( String propertyName ) : Object | ||
propertyName | String | |
return | Object |