C# Class Signum.React.Json.PropertyConverter

Mostra file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
GetValue object>.Func
PropertyConverters ConcurrentDictionary>
PropertyValidator IPropertyValidator
SetValue object>.Action

Public Methods

Method Description
GetPropertyConverters ( Type type ) : PropertyConverter>.Dictionary
PropertyConverter ( ) : Newtonsoft.Json
PropertyConverter ( Type type, IPropertyValidator pv ) : Newtonsoft.Json
ToString ( ) : string

Private Methods

Method Description
IsNotNull ( ) : bool
ShouldSerialize ( PropertyInfo pi ) : bool

Method Details

GetPropertyConverters() public static method

public static GetPropertyConverters ( Type type ) : PropertyConverter>.Dictionary
type System.Type
return PropertyConverter>.Dictionary

PropertyConverter() public method

public PropertyConverter ( ) : Newtonsoft.Json
return Newtonsoft.Json

PropertyConverter() public method

public PropertyConverter ( Type type, IPropertyValidator pv ) : Newtonsoft.Json
type System.Type
pv IPropertyValidator
return Newtonsoft.Json

ToString() public method

public ToString ( ) : string
return string

Property Details

GetValue public_oe property

public Func GetValue
return object>.Func

PropertyConverters public_oe static_oe property

public static ConcurrentDictionary> PropertyConverters
return ConcurrentDictionary>

PropertyValidator public_oe property

public IPropertyValidator PropertyValidator
return IPropertyValidator

SetValue public_oe property

public Action SetValue
return object>.Action