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

Internal class, public only for unit tests
Inheritance: ConfigurationProperties
ファイルを表示 Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
GetProperty ( String name ) : ConfigurationProperty
SetPropertyValue ( String name, object val ) : void

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetProperty() public method

public GetProperty ( String name ) : ConfigurationProperty
name String
return ConfigurationProperty

SetPropertyValue() public method

public SetPropertyValue ( String name, object val ) : void
name String
val object
return void