C# 클래스 Epam.JDI.Core.Attributes.FillFromFieldAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: epam/JDI

공개 프로퍼티들

프로퍼티 타입 설명
FieldName string

공개 메소드들

메소드 설명
FillFromFieldAttribute ( string fieldName ) : System
GetFieldName ( FieldInfo field ) : string

메소드 상세

FillFromFieldAttribute() 공개 메소드

public FillFromFieldAttribute ( string fieldName ) : System
fieldName string
리턴 System

GetFieldName() 공개 정적인 메소드

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

프로퍼티 상세

FieldName 공개적으로 프로퍼티

public string FieldName
리턴 string