C# 클래스 Swummary.SUnit

파일 보기 프로젝트 열기: herbertkb/Swummary 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
action string
args IEnumerable
hasArgs bool
hasLHS bool
hasReturnType bool
lhs string
returnType string
theme string
type SUnitType

공개 메소드들

메소드 설명
SUnit ( SUnitType type, string action, string theme, string lhs, IEnumerable args, string returnType ) : System.Collections.Generic

메소드 상세

SUnit() 공개 메소드

public SUnit ( SUnitType type, string action, string theme, string lhs, IEnumerable args, string returnType ) : System.Collections.Generic
type SUnitType
action string
theme string
lhs string
args IEnumerable
returnType string
리턴 System.Collections.Generic

프로퍼티 상세

action 공개적으로 프로퍼티

public string action
리턴 string

args 공개적으로 프로퍼티

public IEnumerable args
리턴 IEnumerable

hasArgs 공개적으로 프로퍼티

public bool hasArgs
리턴 bool

hasLHS 공개적으로 프로퍼티

public bool hasLHS
리턴 bool

hasReturnType 공개적으로 프로퍼티

public bool hasReturnType
리턴 bool

lhs 공개적으로 프로퍼티

public string lhs
리턴 string

returnType 공개적으로 프로퍼티

public string returnType
리턴 string

theme 공개적으로 프로퍼티

public string theme
리턴 string

type 공개적으로 프로퍼티

public SUnitType type
리턴 SUnitType