C# 클래스 Canguro.Model.Load.AbstractCase

상속: Canguro.Utility.GlobalizedObject, INamed
파일 보기 프로젝트 열기: rforsbach/Treu-Structure 1 사용 예제들

공개 메소드들

메소드 설명
AbstractCase ( string name ) : System

Constructor that assigns a name

ToString ( ) : string

Returns the name of the Case

메소드 상세

AbstractCase() 공개 메소드

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

ToString() 공개 메소드

Returns the name of the Case
public ToString ( ) : string
리턴 string