Method | Description | |
---|---|---|
IsAssignableFrom ( this @class, IClass specificType ) : bool | ||
IsContainerReference ( this reference ) : bool | ||
IsRefined ( this @class, IAttribute attribute ) : bool | ||
IsRefined ( this @class, IReference reference ) : bool | ||
LookupAttribute ( this @class, string name ) : IAttribute | ||
LookupReference ( this @class, string name ) : IReference | ||
RetrieveIdentifier ( this @class ) : ScopedIdentifier |
public static IsAssignableFrom ( this @class, IClass specificType ) : bool | ||
@class | this | |
specificType | IClass | |
return | bool |
public static IsContainerReference ( this reference ) : bool | ||
reference | this | |
return | bool |
public static IsRefined ( this @class, IAttribute attribute ) : bool | ||
@class | this | |
attribute | IAttribute | |
return | bool |
public static IsRefined ( this @class, IReference reference ) : bool | ||
@class | this | |
reference | IReference | |
return | bool |
public static LookupAttribute ( this @class, string name ) : IAttribute | ||
@class | this | |
name | string | |
return | IAttribute |
public static LookupReference ( this @class, string name ) : IReference | ||
@class | this | |
name | string | |
return | IReference |
public static RetrieveIdentifier ( this @class ) : ScopedIdentifier | ||
@class | this | |
return | ScopedIdentifier |