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

Datei anzeigen Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
Equals ( Object o ) : bool
GetHashCode ( ) : int
Is ( string name ) : bool
ToString ( ) : string

Private Methods

Method Description
ConnectorAttributeInfo ( string name, Type type, Flags flags ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Is() public method

public Is ( string name ) : bool
name string
return bool

ToString() public method

public ToString ( ) : string
return string