C# 클래스 System.Configuration.FactoryRecord

상속: IConfigErrorInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

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