C# Класс RAML.WebApiExplorer.TypeBuilderHelper

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Format ( CustomAttributeTypedArgument argument ) : object
GetClassName ( MemberInfo @class ) : string
GetMemberNameByType ( MemberInfo @class, Type attributeType ) : string
GetPropertyName ( MemberInfo property ) : string
IsArrayOrEnumerable ( Type type ) : bool
IsGenericWebResult ( Type type ) : bool
IsMaxValue ( CustomAttributeTypedArgument argument ) : bool
IsMinValue ( CustomAttributeTypedArgument argument ) : bool
IsNullable ( Type t ) : bool

Описание методов

Format() публичный статический Метод

public static Format ( CustomAttributeTypedArgument argument ) : object
argument System.Reflection.CustomAttributeTypedArgument
Результат object

GetClassName() публичный статический Метод

public static GetClassName ( MemberInfo @class ) : string
@class System.Reflection.MemberInfo
Результат string

GetMemberNameByType() публичный статический Метод

public static GetMemberNameByType ( MemberInfo @class, Type attributeType ) : string
@class System.Reflection.MemberInfo
attributeType System.Type
Результат string

GetPropertyName() публичный статический Метод

public static GetPropertyName ( MemberInfo property ) : string
property System.Reflection.MemberInfo
Результат string

IsArrayOrEnumerable() публичный статический Метод

public static IsArrayOrEnumerable ( Type type ) : bool
type System.Type
Результат bool

IsGenericWebResult() публичный статический Метод

public static IsGenericWebResult ( Type type ) : bool
type System.Type
Результат bool

IsMaxValue() публичный статический Метод

public static IsMaxValue ( CustomAttributeTypedArgument argument ) : bool
argument System.Reflection.CustomAttributeTypedArgument
Результат bool

IsMinValue() публичный статический Метод

public static IsMinValue ( CustomAttributeTypedArgument argument ) : bool
argument System.Reflection.CustomAttributeTypedArgument
Результат bool

IsNullable() публичный статический Метод

public static IsNullable ( Type t ) : bool
t System.Type
Результат bool