C# Class concord.Extensions.TypeExtensions

Exibir arquivo Open project: uShip/Concord

Public Methods

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

Private Methods

Method Description
GetCategoryAttribute ( Type t ) : string
GetCategoryName ( Attribute a ) : string
OrderTicketNumbersLower ( this attributes ) : IEnumerable

Method Details

GetCategories() public static method

public static GetCategories ( this types ) : IEnumerable
types this
return IEnumerable

GetCustomAttributesEndingWith() public static method

public static GetCustomAttributesEndingWith ( this type, string endsWith ) : IEnumerable
type this
endsWith string
return IEnumerable

HasCategoryAttribute() public static method

public static HasCategoryAttribute ( this t, IEnumerable categories ) : bool
t this
categories IEnumerable
return bool

IsIgnored() public static method

public static IsIgnored ( this t ) : bool
t this
return bool