C# Class ServiceInsight.Options.OptionPropertyValue

Inheritance: IDataErrorInfo
ファイルを表示 Open project: Particular/ServiceInsight

Public Methods

Method Description
OptionPropertyValue ( PropertyInfo propertyInfo, object owner, PropertyInfo defaultPropertyInfo ) : System
this ( string columnName ) : string

Private Methods

Method Description
TrySetValue ( object value ) : void

Method Details

OptionPropertyValue() public method

public OptionPropertyValue ( PropertyInfo propertyInfo, object owner, PropertyInfo defaultPropertyInfo ) : System
propertyInfo System.Reflection.PropertyInfo
owner object
defaultPropertyInfo System.Reflection.PropertyInfo
return System

this() public method

public this ( string columnName ) : string
columnName string
return string