C# Class Canguro.Model.Load.AbstractCase

Inheritance: Canguro.Utility.GlobalizedObject, INamed
显示文件 Open project: rforsbach/Treu-Structure Class Usage Examples

Public Methods

Method Description
AbstractCase ( string name ) : System

Constructor that assigns a name

ToString ( ) : string

Returns the name of the Case

Method Details

AbstractCase() public method

Constructor that assigns a name
public AbstractCase ( string name ) : System
name string The name for the Abstract case. Has to be unique.
return System

ToString() public method

Returns the name of the Case
public ToString ( ) : string
return string