C# Class Swummary.SUnit

显示文件 Open project: herbertkb/Swummary Class Usage Examples

Public Properties

Property Type Description
action string
args IEnumerable
hasArgs bool
hasLHS bool
hasReturnType bool
lhs string
returnType string
theme string
type SUnitType

Public Methods

Method Description
SUnit ( SUnitType type, string action, string theme, string lhs, IEnumerable args, string returnType ) : System.Collections.Generic

Method Details

SUnit() public method

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
return System.Collections.Generic

Property Details

action public_oe property

public string action
return string

args public_oe property

public IEnumerable args
return IEnumerable

hasArgs public_oe property

public bool hasArgs
return bool

hasLHS public_oe property

public bool hasLHS
return bool

hasReturnType public_oe property

public bool hasReturnType
return bool

lhs public_oe property

public string lhs
return string

returnType public_oe property

public string returnType
return string

theme public_oe property

public string theme
return string

type public_oe property

public SUnitType type
return SUnitType