C# 클래스 GuiCompare.MasterField

상속: CompField
파일 보기 프로젝트 열기: mono/mono-tools 1 사용 예제들

공개 메소드들

메소드 설명
GetAttributes ( ) : List
GetLiteralValue ( ) : string
GetMemberAccess ( ) : string
GetMemberType ( ) : string
MasterField ( string name, string fieldType, string fieldValue, string fieldAccess, XMLAttributes attributes ) : System

메소드 상세

GetAttributes() 공개 메소드

public GetAttributes ( ) : List
리턴 List

GetLiteralValue() 공개 메소드

public GetLiteralValue ( ) : string
리턴 string

GetMemberAccess() 공개 메소드

public GetMemberAccess ( ) : string
리턴 string

GetMemberType() 공개 메소드

public GetMemberType ( ) : string
리턴 string

MasterField() 공개 메소드

public MasterField ( string name, string fieldType, string fieldValue, string fieldAccess, XMLAttributes attributes ) : System
name string
fieldType string
fieldValue string
fieldAccess string
attributes XMLAttributes
리턴 System