C# 클래스 Cauterize.OrderAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: sw17ch/Z-ARCHIVED-legacy-cauterize 1 사용 예제들

공개 메소드들

메소드 설명
GetPropertyByOrder ( Type t, int order ) : PropertyInfo
GetSortedProperties ( Type t ) : IEnumerable
OrderAttribute ( int order ) : System

비공개 메소드들

메소드 설명
CompareProps ( PropertyInfo a, PropertyInfo b ) : int

메소드 상세

GetPropertyByOrder() 공개 정적인 메소드

public static GetPropertyByOrder ( Type t, int order ) : PropertyInfo
t System.Type
order int
리턴 System.Reflection.PropertyInfo

GetSortedProperties() 공개 정적인 메소드

public static GetSortedProperties ( Type t ) : IEnumerable
t System.Type
리턴 IEnumerable

OrderAttribute() 공개 메소드

public OrderAttribute ( int order ) : System
order int
리턴 System