Method | Description | |
---|---|---|
Equals ( Object obj ) : bool | ||
GetHashCode ( ) : int | ||
Is ( String name ) : bool |
Determines if the 'name' matches this ObjectClassInfo.
|
|
ObjectClassInfo ( String type, ICollection |
||
ToString ( ) : string |
public Is ( String name ) : bool | ||
name | String | case-insensitive string representation of the ObjectClassInfo's /// type. |
return | bool |
public ObjectClassInfo ( String type, ICollection |
||
type | String | |
attrInfo | ICollection |
|
isContainer | bool | |
return | System |