C# Class Shaolinq.ObjectPropertyValue

Afficher le fichier Open project: tumtumtum/Shaolinq

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ObjectPropertyValue ( Type propertyType, string propertyName, string persistedName, int propertyNameHashcode, object value ) : System
ToString ( ) : string
operator ( ) : bool

Private Methods

Méthode Description
Create ( PropertyDescriptor property, object target ) : ObjectPropertyValue

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ObjectPropertyValue() public méthode

public ObjectPropertyValue ( Type propertyType, string propertyName, string persistedName, int propertyNameHashcode, object value ) : System
propertyType System.Type
propertyName string
persistedName string
propertyNameHashcode int
value object
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool