C# Class Shaolinq.Persistence.PropertyDescriptor

Afficher le fichier Open project: tumtumtum/Shaolinq Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsPropertyPrimaryKey ( PropertyInfo propertyInfo ) : bool
PropertyDescriptor ( TypeDescriptor declaringTypeDescriptor, Type ownerType, PropertyInfo propertyInfo ) : System
ToString ( ) : string

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

IsPropertyPrimaryKey() public static méthode

public static IsPropertyPrimaryKey ( PropertyInfo propertyInfo ) : bool
propertyInfo System.Reflection.PropertyInfo
Résultat bool

PropertyDescriptor() public méthode

public PropertyDescriptor ( TypeDescriptor declaringTypeDescriptor, Type ownerType, PropertyInfo propertyInfo ) : System
declaringTypeDescriptor TypeDescriptor
ownerType System.Type
propertyInfo System.Reflection.PropertyInfo
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string