C# Class Carrotware.CMS.Core.ObjectProperty

Show file Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Public Methods

Method Description
Equals ( Object obj ) : bool
GetCustProps ( Object obj, PropertyInfo prop ) : ObjectProperty
GetHashCode ( ) : int
GetObjectProperties ( Object obj ) : List
GetTypeProperties ( Type theType ) : List
GetWidgetProperties ( Carrotware.CMS.Core.Widget w, System.Guid guidContentID ) : List
ObjectProperty ( ) : System
ObjectProperty ( Object obj, PropertyInfo prop ) : System
ObjectProperty ( PropertyInfo prop ) : System

Method Details

Equals() public method

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

GetCustProps() public static method

public static GetCustProps ( Object obj, PropertyInfo prop ) : ObjectProperty
obj Object
prop System.Reflection.PropertyInfo
return ObjectProperty

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetObjectProperties() public static method

public static GetObjectProperties ( Object obj ) : List
obj Object
return List

GetTypeProperties() public static method

public static GetTypeProperties ( Type theType ) : List
theType System.Type
return List

GetWidgetProperties() public static method

public static GetWidgetProperties ( Carrotware.CMS.Core.Widget w, System.Guid guidContentID ) : List
w Carrotware.CMS.Core.Widget
guidContentID System.Guid
return List

ObjectProperty() public method

public ObjectProperty ( ) : System
return System

ObjectProperty() public method

public ObjectProperty ( Object obj, PropertyInfo prop ) : System
obj Object
prop System.Reflection.PropertyInfo
return System

ObjectProperty() public method

public ObjectProperty ( PropertyInfo prop ) : System
prop System.Reflection.PropertyInfo
return System