C# Класс System.Configuration.FactoryRecord

Наследование: IConfigErrorInfo
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddErrors void
CloneSection FactoryRecord
CloneSectionGroup FactoryRecord
FactoryRecord System.Configuration.Internal
FactoryRecord System.Configuration.Internal
FactoryRecord System.Configuration.Internal
IsEquivalentSectionFactory bool
IsEquivalentSectionGroupFactory bool
IsEquivalentType bool
ThrowOnErrors void

Приватные методы

Метод Описание
AddErrors ( ICollection coll ) : void
CloneSection ( string filename, int lineNumber ) : FactoryRecord
CloneSectionGroup ( string factoryTypeName, string filename, int lineNumber ) : FactoryRecord
FactoryRecord ( string configKey, string group, string name, object factory, string factoryTypeName, SimpleBitVector32 flags, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allowExeDefinition, string filename, int lineNumber, ICollection errors ) : System.Configuration.Internal
FactoryRecord ( string configKey, string group, string name, string factoryTypeName, bool allowLocation, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allowExeDefinition, bool restartOnExternalChanges, bool requirePermission, bool isFromTrustedConfigRecord, bool isUndeclared, string filename, int lineNumber ) : System.Configuration.Internal
FactoryRecord ( string configKey, string group, string name, string factoryTypeName, string filename, int lineNumber ) : System.Configuration.Internal
IsEquivalentSectionFactory ( IInternalConfigHost host, string typeName, bool allowLocation, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allowExeDefinition, bool restartOnExternalChanges, bool requirePermission ) : bool
IsEquivalentSectionGroupFactory ( IInternalConfigHost host, string typeName ) : bool
IsEquivalentType ( IInternalConfigHost host, string typeName ) : bool
ThrowOnErrors ( ) : void