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

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

Public Properties

Property Type Description
FieldName string

Public Methods

Method Description
FillFromFieldAttribute ( string fieldName ) : System
GetFieldName ( FieldInfo field ) : string

Method Details

FillFromFieldAttribute() public method

public FillFromFieldAttribute ( string fieldName ) : System
fieldName string
return System

GetFieldName() public static method

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

Property Details

FieldName public_oe property

public string FieldName
return string