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

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

Méthodes publiques

Méthode Description
Equals ( Object o ) : bool
GetHashCode ( ) : int
Is ( string name ) : bool
ToString ( ) : string

Private Methods

Méthode Description
ConnectorAttributeInfo ( string name, Type type, Flags flags ) : System

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Is() public méthode

public Is ( string name ) : bool
name string
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string