C# 클래스 Carrotware.CMS.Core.ObjectProperty

파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS-MVC 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

public Equals ( Object obj ) : bool
obj Object
리턴 bool

GetCustProps() 공개 정적인 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetObjectProperties() 공개 정적인 메소드

public static GetObjectProperties ( Object obj ) : List
obj Object
리턴 List

GetTypeProperties() 공개 정적인 메소드

public static GetTypeProperties ( Type theType ) : List
theType System.Type
리턴 List

GetWidgetProperties() 공개 정적인 메소드

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

ObjectProperty() 공개 메소드

public ObjectProperty ( ) : System
리턴 System

ObjectProperty() 공개 메소드

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

ObjectProperty() 공개 메소드

public ObjectProperty ( PropertyInfo prop ) : System
prop System.Reflection.PropertyInfo
리턴 System