Method | Description | |
---|---|---|
ContainsObjectDefinition ( string name ) : bool | ||
GetAliases ( string name ) : IList |
||
GetObjectDefinition ( string name ) : IObjectDefinition | ||
GetObjectDefinitionNames ( ) : IList |
||
GetObjectDefinitionNames ( bool includeAncestor ) : IList |
||
GetObjectDefinitions ( ) : IList |
||
IsObjectNameInUse ( string objectName ) : bool | ||
RegisterAlias ( string name, string theAlias ) : void | ||
RegisterObjectDefinition ( string name, IObjectDefinition definition ) : void |
public ContainsObjectDefinition ( string name ) : bool | ||
name | string | |
return | bool |
public GetObjectDefinition ( string name ) : IObjectDefinition | ||
name | string | |
return | IObjectDefinition |
public GetObjectDefinitionNames ( bool includeAncestor ) : IList |
||
includeAncestor | bool | |
return | IList |
public IsObjectNameInUse ( string objectName ) : bool | ||
objectName | string | |
return | bool |
public RegisterAlias ( string name, string theAlias ) : void | ||
name | string | |
theAlias | string | |
return | void |
public RegisterObjectDefinition ( string name, IObjectDefinition definition ) : void | ||
name | string | |
definition | IObjectDefinition | |
return | void |