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

Represents a named collection of values within a resource object, although the simplest case is a name-value pair (e.g., email, employeeID). Values can be empty, null, or set with various types. Empty and null are supported because it makes a difference on some resources (in particular database resources). The developer of a Connector will use an builder to construct an instance of ConnectorAttribute.
ファイルを表示 Open project: Tirasa/ConnId Class Usage Examples

Public Methods

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

Private Methods

Method Description
ConnectorAttribute ( string name, IList val ) : System
Dump ( IList list ) : string

Method Details

Equals() public final method

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

GetDetails() public method

public GetDetails ( ) : string
return string

GetHashCode() public final method

public final GetHashCode ( ) : int
return int

Is() public method

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

ToString() public method

public ToString ( ) : string
return string