C# 클래스 Boy_Scouts_Scheduler.GreedyAlgorithm.Station

파일 보기 프로젝트 열기: MoustafaEid/Boy-Scouts-Scheduler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Avail List
Capacity int
Category string
ID int
Name string
isActivityPin bool

공개 메소드들

메소드 설명
Station ( int id, string N, int C, string Cat, bool Pin, List A ) : System

메소드 상세

Station() 공개 메소드

public Station ( int id, string N, int C, string Cat, bool Pin, List A ) : System
id int
N string
C int
Cat string
Pin bool
A List
리턴 System

프로퍼티 상세

Avail 공개적으로 프로퍼티

public List Avail
리턴 List

Capacity 공개적으로 프로퍼티

public int Capacity
리턴 int

Category 공개적으로 프로퍼티

public string Category
리턴 string

ID 공개적으로 프로퍼티

public int ID
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

isActivityPin 공개적으로 프로퍼티

public bool isActivityPin
리턴 bool