C# 클래스 csCommon.Plugins.EffectAppraisalPlugin.Models.ResourceState

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

공개 메소드들

메소드 설명
AddCapacity ( string capacity ) : void
AddCapacityAsNumber ( int capacity ) : void
AddResourceState ( ResourceState state ) : void
ResourceState ( string name ) : System.Text.RegularExpressions
ToString ( ) : string

메소드 상세

AddCapacity() 공개 메소드

public AddCapacity ( string capacity ) : void
capacity string
리턴 void

AddCapacityAsNumber() 공개 메소드

public AddCapacityAsNumber ( int capacity ) : void
capacity int
리턴 void

AddResourceState() 공개 메소드

public AddResourceState ( ResourceState state ) : void
state ResourceState
리턴 void

ResourceState() 공개 메소드

public ResourceState ( string name ) : System.Text.RegularExpressions
name string
리턴 System.Text.RegularExpressions

ToString() 공개 메소드

public ToString ( ) : string
리턴 string