C# Class wuxingogo.Code.XCodeMember

Datei anzeigen Open project: wuxingogo/WuxingogoExtension

Public Properties

Property Type Description
attributes List
comments List
memberAttribute MemberAttributes
name string
type XCodeType

Public Methods

Method Description
DrawComments ( XBaseWindow window ) : void
DrawCustomeAttribute ( XBaseWindow window ) : void
DrawSelf ( XBaseWindow window ) : void
DrawType ( XBaseWindow window ) : void
ParameterCreate ( XCodeParameter parameter ) : void
XCodeMember ( ) : System

Method Details

DrawComments() public method

public DrawComments ( XBaseWindow window ) : void
window XBaseWindow
return void

DrawCustomeAttribute() public method

public DrawCustomeAttribute ( XBaseWindow window ) : void
window XBaseWindow
return void

DrawSelf() public method

public DrawSelf ( XBaseWindow window ) : void
window XBaseWindow
return void

DrawType() public method

public DrawType ( XBaseWindow window ) : void
window XBaseWindow
return void

ParameterCreate() public method

public ParameterCreate ( XCodeParameter parameter ) : void
parameter XCodeParameter
return void

XCodeMember() public method

public XCodeMember ( ) : System
return System

Property Details

attributes public_oe property

public List attributes
return List

comments public_oe property

public List comments
return List

memberAttribute public_oe property

public MemberAttributes memberAttribute
return MemberAttributes

name public_oe property

public string name
return string

type public_oe property

public XCodeType,wuxingogo.Code type
return XCodeType