C# Class Org.IdentityConnectors.Framework.Common.Objects.ObjectClassInfo

ファイルを表示 Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
Equals ( Object obj ) : bool
GetHashCode ( ) : int
Is ( String name ) : bool

Determines if the 'name' matches this ObjectClassInfo.

ObjectClassInfo ( String type, ICollection attrInfo, bool isContainer ) : System
ToString ( ) : string

Method Details

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Is() public method

Determines if the 'name' matches this ObjectClassInfo.
public Is ( String name ) : bool
name String case-insensitive string representation of the ObjectClassInfo's /// type.
return bool

ObjectClassInfo() public method

public ObjectClassInfo ( String type, ICollection attrInfo, bool isContainer ) : System
type String
attrInfo ICollection
isContainer bool
return System

ToString() public method

public ToString ( ) : string
return string