C# Class SchemamaticCli.PascalArg, versaplex

显示文件 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_oe property

public string call
return string

defval public_oe property

public string defval
return string

pascaltypes public_oe property

public List pascaltypes
return List

spname public_oe property

public string spname
return string

varname public_oe property

public string varname
return string