C# Class RAML.WebApiExplorer.TypeBuilderHelper

Afficher le fichier Open project: mulesoft-labs/raml-dotnet-apiexplorer Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Format() public static méthode

public static Format ( CustomAttributeTypedArgument argument ) : object
argument System.Reflection.CustomAttributeTypedArgument
Résultat object

GetClassName() public static méthode

public static GetClassName ( MemberInfo @class ) : string
@class System.Reflection.MemberInfo
Résultat string

GetMemberNameByType() public static méthode

public static GetMemberNameByType ( MemberInfo @class, Type attributeType ) : string
@class System.Reflection.MemberInfo
attributeType System.Type
Résultat string

GetPropertyName() public static méthode

public static GetPropertyName ( MemberInfo property ) : string
property System.Reflection.MemberInfo
Résultat string

IsArrayOrEnumerable() public static méthode

public static IsArrayOrEnumerable ( Type type ) : bool
type System.Type
Résultat bool

IsGenericWebResult() public static méthode

public static IsGenericWebResult ( Type type ) : bool
type System.Type
Résultat bool

IsMaxValue() public static méthode

public static IsMaxValue ( CustomAttributeTypedArgument argument ) : bool
argument System.Reflection.CustomAttributeTypedArgument
Résultat bool

IsMinValue() public static méthode

public static IsMinValue ( CustomAttributeTypedArgument argument ) : bool
argument System.Reflection.CustomAttributeTypedArgument
Résultat bool

IsNullable() public static méthode

public static IsNullable ( Type t ) : bool
t System.Type
Résultat bool