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

Afficher le fichier Open project: Tirasa/ConnId Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Is() public méthode

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

ObjectClassInfo() public méthode

public ObjectClassInfo ( String type, ICollection attrInfo, bool isContainer ) : System
type String
attrInfo ICollection
isContainer bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string