C# Class Epam.JDI.Core.Attributes.NameAttribute

Inheritance: System.Attribute
Mostra file Open project: epam/JDI Class Usage Examples

Public Methods

Method Description
GetElementName ( FieldInfo field ) : string
GetName ( FieldInfo field ) : string
GetName ( object obj ) : string
NameAttribute ( string name ) : System

Private Methods

Method Description
SplitCamelCase ( string camel ) : string

Method Details

GetElementName() public static method

public static GetElementName ( FieldInfo field ) : string
field System.Reflection.FieldInfo
return string

GetName() public static method

public static GetName ( FieldInfo field ) : string
field System.Reflection.FieldInfo
return string

GetName() public static method

public static GetName ( object obj ) : string
obj object
return string

NameAttribute() public method

public NameAttribute ( string name ) : System
name string
return System