C# Class Org.IdentityConnectors.Framework.Impl.Api.ConfigurationPropertyImpl

Internal class, public only for unit tests
Inheritance: ConfigurationProperty
Mostrar archivo Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
Equals ( Object o ) : bool
GetDisplayName ( string def ) : string
GetGroup ( string def ) : string
GetHashCode ( ) : int
GetHelpMessage ( string def ) : string

Private Methods

Method Description
FormatMessage ( String key, String dflt ) : String

Method Details

Equals() public method

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

GetDisplayName() public method

public GetDisplayName ( string def ) : string
def string
return string

GetGroup() public method

public GetGroup ( string def ) : string
def string
return string

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetHelpMessage() public method

public GetHelpMessage ( string def ) : string
def string
return string