C# Class Zetbox.Generator.MemberTemplate

Inheritance: ResourceTemplate
Show file Open project: daszat/zetbox

Protected Methods

Method Description
GetModifiers ( ) : string
MemberTemplate ( Arebis host ) : System
ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes

Gets a set of MemberAttributes for this method and returns an appropriate set for output.

Method Details

GetModifiers() protected method

protected GetModifiers ( ) : string
return string

MemberTemplate() protected method

protected MemberTemplate ( Arebis host ) : System
host Arebis
return System

ModifyMemberAttributes() protected method

Gets a set of MemberAttributes for this method and returns an appropriate set for output.
protected ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes
memberAttributes MemberAttributes
return MemberAttributes