C# Class GuiCompare.MasterField

Inheritance: CompField
Show file Open project: mono/mono-tools Class Usage Examples

Public Methods

Method Description
GetAttributes ( ) : List
GetLiteralValue ( ) : string
GetMemberAccess ( ) : string
GetMemberType ( ) : string
MasterField ( string name, string fieldType, string fieldValue, string fieldAccess, XMLAttributes attributes ) : System

Method Details

GetAttributes() public method

public GetAttributes ( ) : List
return List

GetLiteralValue() public method

public GetLiteralValue ( ) : string
return string

GetMemberAccess() public method

public GetMemberAccess ( ) : string
return string

GetMemberType() public method

public GetMemberType ( ) : string
return string

MasterField() public method

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