메소드 |
설명 |
|
ApplyInstanceAttributes ( object instance ) : void |
|
|
ApplyValidator ( ConfigurationElement elem ) : void |
|
|
ApplyValidatorsRecursive ( ConfigurationElement root ) : void |
|
|
AssociateContext ( BaseConfigurationRecord configRecord ) : void |
|
|
CachePerTypeValidator ( Type type, ConfigurationValidatorBase validator ) : void |
|
|
CallInit ( ) : void |
|
|
CheckLockedElement ( string elementName, XmlReader reader ) : void |
|
|
CreateConfigurationPropertyFromAttributes ( PropertyInfo propertyInformation ) : ConfigurationProperty |
|
|
CreateElement ( Type type ) : ConfigurationElement |
|
|
CreatePropertyBagFromType ( Type type ) : ConfigurationPropertyCollection |
|
|
DeserializePropertyValue ( ConfigurationProperty prop, XmlReader reader ) : object |
|
|
Dump ( TextWriter tw ) : void |
|
|
EnsureRequiredProperties ( bool ensureKeysOnly ) : void |
|
|
GetErrors ( ) : ConfigurationErrorsException |
|
|
GetErrorsList ( ) : ArrayList |
|
|
HandleLockedAttributes ( ConfigurationElement source ) : void |
|
|
IntersectLockCollections ( ConfigurationLockCollection Collection1, ConfigurationLockCollection Collection2 ) : StringCollection |
|
|
IsLockAttributeName ( string name ) : bool |
|
|
MergeLocks ( ConfigurationElement source ) : void |
|
|
ParseLockedAttributes ( ConfigurationValue value, ConfigurationLockCollectionType lockType ) : ConfigurationLockCollection |
|
|
PropertiesFromType ( Type type, ConfigurationPropertyCollection &result ) : bool |
|
|
PropertyFileName ( string propertyName ) : string |
|
|
PropertyInfoInternal ( string propertyName ) : PropertySourceInfo |
|
|
PropertyLineNumber ( string propertyName ) : int |
|
|
RemoveAllInheritedLocks ( ) : void |
|
|
ReportInvalidLock ( string attribToLockTrim, ConfigurationLockCollectionType lockedType, ConfigurationValue value, String collectionProperties ) : void |
|
|
ResetLockLists ( ConfigurationElement parentElement ) : void |
|
|
SerializeLockList ( ConfigurationLockCollection list, String elementKey, XmlWriter writer ) : bool |
|
|
SetLocked ( ) : void |
|
|
UnMergeLockList ( ConfigurationLockCollection sourceLockList, ConfigurationLockCollection parentLockList, ConfigurationSaveMode saveMode ) : ConfigurationLockCollection |
|
|
ValidateElement ( ConfigurationElement elem, ConfigurationValidatorBase propValidator, bool recursive ) : void |
|
|