C# 클래스 Netronics.Ant.QueenAnt.Ants

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

공개 메소드들

메소드 설명
Ants ( int id, string name ) : System.Collections.Generic
GetAnt ( ) : IEnumerable
GetId ( ) : int
GetName ( ) : string
JoinAnt ( IChannel channel, Newtonsoft.Json.Linq.JObject args ) : Ant

메소드 상세

Ants() 공개 메소드

public Ants ( int id, string name ) : System.Collections.Generic
id int
name string
리턴 System.Collections.Generic

GetAnt() 공개 메소드

public GetAnt ( ) : IEnumerable
리턴 IEnumerable

GetId() 공개 메소드

public GetId ( ) : int
리턴 int

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

JoinAnt() 공개 메소드

public JoinAnt ( IChannel channel, Newtonsoft.Json.Linq.JObject args ) : Ant
channel IChannel
args Newtonsoft.Json.Linq.JObject
리턴 Ant