C# Class Signum.React.Json.PropertyConverter

Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Свойство Type Description
GetValue object>.Func
PropertyConverters ConcurrentDictionary>
PropertyValidator IPropertyValidator
SetValue object>.Action

Méthodes publiques

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

Private Methods

Méthode Description
IsNotNull ( ) : bool
ShouldSerialize ( PropertyInfo pi ) : bool

Method Details

GetPropertyConverters() public static méthode

public static GetPropertyConverters ( Type type ) : PropertyConverter>.Dictionary
type System.Type
Résultat PropertyConverter>.Dictionary

PropertyConverter() public méthode

public PropertyConverter ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json

PropertyConverter() public méthode

public PropertyConverter ( Type type, IPropertyValidator pv ) : Newtonsoft.Json
type System.Type
pv IPropertyValidator
Résultat Newtonsoft.Json

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

GetValue public_oe property

public Func GetValue
Résultat object>.Func

PropertyConverters public_oe static_oe property

public static ConcurrentDictionary> PropertyConverters
Résultat ConcurrentDictionary>

PropertyValidator public_oe property

public IPropertyValidator PropertyValidator
Résultat IPropertyValidator

SetValue public_oe property

public Action SetValue
Résultat object>.Action