C# 클래스 SchemamaticCli.PascalArg, versaplex

파일 보기 프로젝트 열기: apenwarr/versaplex

공개 프로퍼티들

프로퍼티 타입 설명
call string
defval string
pascaltypes List
spname string
varname string

공개 메소드들

메소드 설명
GetCtor ( ) : string
GetDecl ( ) : string
GetDefine ( ) : string
GetMemberDecl ( ) : string
GetMethodDecl ( ) : string
GetSetters ( ) : string
PascalArg ( string _spname, SPArg arg ) : System

메소드 상세

GetCtor() 공개 메소드

public GetCtor ( ) : string
리턴 string

GetDecl() 공개 메소드

public GetDecl ( ) : string
리턴 string

GetDefine() 공개 메소드

public GetDefine ( ) : string
리턴 string

GetMemberDecl() 공개 메소드

public GetMemberDecl ( ) : string
리턴 string

GetMethodDecl() 공개 메소드

public GetMethodDecl ( ) : string
리턴 string

GetSetters() 공개 메소드

public GetSetters ( ) : string
리턴 string

PascalArg() 공개 메소드

public PascalArg ( string _spname, SPArg arg ) : System
_spname string
arg SPArg
리턴 System

프로퍼티 상세

call 공개적으로 프로퍼티

public string call
리턴 string

defval 공개적으로 프로퍼티

public string defval
리턴 string

pascaltypes 공개적으로 프로퍼티

public List pascaltypes
리턴 List

spname 공개적으로 프로퍼티

public string spname
리턴 string

varname 공개적으로 프로퍼티

public string varname
리턴 string