C# Class Carrotware.CMS.Core.ObjectProperty

Afficher le fichier Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetCustProps() public static méthode

public static GetCustProps ( Object obj, PropertyInfo prop ) : ObjectProperty
obj Object
prop System.Reflection.PropertyInfo
Résultat ObjectProperty

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetObjectProperties() public static méthode

public static GetObjectProperties ( Object obj ) : List
obj Object
Résultat List

GetTypeProperties() public static méthode

public static GetTypeProperties ( Type theType ) : List
theType System.Type
Résultat List

GetWidgetProperties() public static méthode

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

ObjectProperty() public méthode

public ObjectProperty ( ) : System
Résultat System

ObjectProperty() public méthode

public ObjectProperty ( Object obj, PropertyInfo prop ) : System
obj Object
prop System.Reflection.PropertyInfo
Résultat System

ObjectProperty() public méthode

public ObjectProperty ( PropertyInfo prop ) : System
prop System.Reflection.PropertyInfo
Résultat System