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

Internal class, public only for unit tests
Inheritance: ConfigurationProperties
Afficher le fichier Open project: Tirasa/ConnId Class Usage Examples

Méthodes publiques

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

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

GetProperty() public méthode

public GetProperty ( String name ) : ConfigurationProperty
name String
Résultat ConfigurationProperty

SetPropertyValue() public méthode

public SetPropertyValue ( String name, object val ) : void
name String
val object
Résultat void