C# Класс Cauterize.OrderAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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