C# Class concord.Extensions.TypeExtensions

Afficher le fichier Open project: uShip/Concord

Méthodes publiques

Méthode Description
GetCategories ( this types ) : IEnumerable
GetCustomAttributesEndingWith ( this type, string endsWith ) : IEnumerable
HasCategoryAttribute ( this t, IEnumerable categories ) : bool
IsIgnored ( this t ) : bool

Private Methods

Méthode Description
GetCategoryAttribute ( Type t ) : string
GetCategoryName ( Attribute a ) : string
OrderTicketNumbersLower ( this attributes ) : IEnumerable

Method Details

GetCategories() public static méthode

public static GetCategories ( this types ) : IEnumerable
types this
Résultat IEnumerable

GetCustomAttributesEndingWith() public static méthode

public static GetCustomAttributesEndingWith ( this type, string endsWith ) : IEnumerable
type this
endsWith string
Résultat IEnumerable

HasCategoryAttribute() public static méthode

public static HasCategoryAttribute ( this t, IEnumerable categories ) : bool
t this
categories IEnumerable
Résultat bool

IsIgnored() public static méthode

public static IsIgnored ( this t ) : bool
t this
Résultat bool