C# Class Adf.Base.Domain.ListPropertyParser

Represents Enum property parsing operations.
Inheritance: IPropertyParser
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
GetCollection ( Type targetType, bool includeEmpty, IEnumerable items = null ) : ICollection
GetCollection ( object target, bool includeEmpty, IEnumerable items = null ) : ICollection
IsEmpty ( object value ) : bool
IsEqual ( object compare, object to ) : bool
IsParsable ( Type type ) : bool
SetValue ( object instance, PropertyInfo pi, object newvalue, CultureInfo culture = null ) : void

Method Details

GetCollection() public méthode

public GetCollection ( Type targetType, bool includeEmpty, IEnumerable items = null ) : ICollection
targetType System.Type
includeEmpty bool
items IEnumerable
Résultat ICollection

GetCollection() public méthode

public GetCollection ( object target, bool includeEmpty, IEnumerable items = null ) : ICollection
target object
includeEmpty bool
items IEnumerable
Résultat ICollection

IsEmpty() public méthode

public IsEmpty ( object value ) : bool
value object
Résultat bool

IsEqual() public méthode

public IsEqual ( object compare, object to ) : bool
compare object
to object
Résultat bool

IsParsable() public méthode

public IsParsable ( Type type ) : bool
type System.Type
Résultat bool

SetValue() public méthode

public SetValue ( object instance, PropertyInfo pi, object newvalue, CultureInfo culture = null ) : void
instance object
pi System.Reflection.PropertyInfo
newvalue object
culture System.Globalization.CultureInfo
Résultat void