C# Class Shaolinq.ObjectPropertyValue

显示文件 Open project: tumtumtum/Shaolinq

Public Methods

Method 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

Method Description
Create ( PropertyDescriptor property, object target ) : ObjectPropertyValue

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ObjectPropertyValue() public method

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

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool