C# 클래스 SpecFlowAssist.PropertyExtensionMethods

파일 보기 프로젝트 열기: darrencauthon/SpecFlowAssist

공개 메소드들

메소드 설명
GetPropertyValue ( this @object, string propertyName ) : object
SetPropertyValue ( this @object, string propertyName, object value ) : void

비공개 메소드들

메소드 설명
GetThePropertyOnThisObject ( object @object, string propertyName ) : PropertyInfo

메소드 상세

GetPropertyValue() 공개 정적인 메소드

public static GetPropertyValue ( this @object, string propertyName ) : object
@object this
propertyName string
리턴 object

SetPropertyValue() 공개 정적인 메소드

public static SetPropertyValue ( this @object, string propertyName, object value ) : void
@object this
propertyName string
value object
리턴 void