C# Class GuiCompare.MasterProperty

Inheritance: CompProperty
Exibir arquivo Open project: mono/mono-tools

Public Methods

Method Description
GetAttributes ( ) : List
GetMemberAccess ( ) : string
GetMemberType ( ) : string
GetMethods ( ) : List
MasterProperty ( string key, string propertyAccess, XMLMethods xml_methods, XMLAttributes attributes ) : System

Private Methods

Method Description
FormatName ( string key ) : string

Method Details

GetAttributes() public method

public GetAttributes ( ) : List
return List

GetMemberAccess() public method

public GetMemberAccess ( ) : string
return string

GetMemberType() public method

public GetMemberType ( ) : string
return string

GetMethods() public method

public GetMethods ( ) : List
return List

MasterProperty() public method

public MasterProperty ( string key, string propertyAccess, XMLMethods xml_methods, XMLAttributes attributes ) : System
key string
propertyAccess string
xml_methods XMLMethods
attributes XMLAttributes
return System