C# Class SpecFlowAssist.PropertyExtensionMethods

Afficher le fichier Open project: darrencauthon/SpecFlowAssist

Méthodes publiques

Méthode Description
GetPropertyValue ( this @object, string propertyName ) : object
SetPropertyValue ( this @object, string propertyName, object value ) : void

Private Methods

Méthode Description
GetThePropertyOnThisObject ( object @object, string propertyName ) : PropertyInfo

Method Details

GetPropertyValue() public static méthode

public static GetPropertyValue ( this @object, string propertyName ) : object
@object this
propertyName string
Résultat object

SetPropertyValue() public static méthode

public static SetPropertyValue ( this @object, string propertyName, object value ) : void
@object this
propertyName string
value object
Résultat void