C# Class Cauterize.OrderAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: sw17ch/Z-ARCHIVED-legacy-cauterize Class Usage Examples

Méthodes publiques

Méthode Description
GetPropertyByOrder ( Type t, int order ) : PropertyInfo
GetSortedProperties ( Type t ) : IEnumerable
OrderAttribute ( int order ) : System

Private Methods

Méthode Description
CompareProps ( PropertyInfo a, PropertyInfo b ) : int

Method Details

GetPropertyByOrder() public static méthode

public static GetPropertyByOrder ( Type t, int order ) : PropertyInfo
t System.Type
order int
Résultat System.Reflection.PropertyInfo

GetSortedProperties() public static méthode

public static GetSortedProperties ( Type t ) : IEnumerable
t System.Type
Résultat IEnumerable

OrderAttribute() public méthode

public OrderAttribute ( int order ) : System
order int
Résultat System