C# Class SchemamaticCli.PascalArg, versaplex

Show file Open project: apenwarr/versaplex

Public Properties

Property Type Description
call string
defval string
pascaltypes List
spname string
varname string

Public Methods

Method Description
GetCtor ( ) : string
GetDecl ( ) : string
GetDefine ( ) : string
GetMemberDecl ( ) : string
GetMethodDecl ( ) : string
GetSetters ( ) : string
PascalArg ( string _spname, SPArg arg ) : System

Method Details

GetCtor() public method

public GetCtor ( ) : string
return string

GetDecl() public method

public GetDecl ( ) : string
return string

GetDefine() public method

public GetDefine ( ) : string
return string

GetMemberDecl() public method

public GetMemberDecl ( ) : string
return string

GetMethodDecl() public method

public GetMethodDecl ( ) : string
return string

GetSetters() public method

public GetSetters ( ) : string
return string

PascalArg() public method

public PascalArg ( string _spname, SPArg arg ) : System
_spname string
arg SPArg
return System

Property Details

call public property

public string call
return string

defval public property

public string defval
return string

pascaltypes public property

public List pascaltypes
return List

spname public property

public string spname
return string

varname public property

public string varname
return string