C# 클래스 MCSharp.Group

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

공개 프로퍼티들

프로퍼티 타입 설명
GroupList List
standard Group

공개 메소드들

메소드 설명
CanExecute ( MCSharp.Command cmd ) : bool
Equals ( object obj ) : bool
Exists ( string name ) : bool
Find ( GroupEnum g ) : Group
Find ( string name ) : Group
GetHashCode ( ) : int

Got rid of a warning. Might want to rethink how to return a hash code...

Group ( string name, string color, GroupEnum g, bool chat, LevelPermission permission, Int32 _cuboidLimit ) : System
InitAll ( ) : void
operator ( ) : bool

메소드 상세

CanExecute() 공개 메소드

public CanExecute ( MCSharp.Command cmd ) : bool
cmd MCSharp.Command
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Exists() 공개 정적인 메소드

public static Exists ( string name ) : bool
name string
리턴 bool

Find() 공개 정적인 메소드

public static Find ( GroupEnum g ) : Group
g GroupEnum
리턴 Group

Find() 공개 정적인 메소드

public static Find ( string name ) : Group
name string
리턴 Group

GetHashCode() 공개 메소드

Got rid of a warning. Might want to rethink how to return a hash code...
public GetHashCode ( ) : int
리턴 int

Group() 공개 메소드

public Group ( string name, string color, GroupEnum g, bool chat, LevelPermission permission, Int32 _cuboidLimit ) : System
name string
color string
g GroupEnum
chat bool
permission LevelPermission
_cuboidLimit System.Int32
리턴 System

InitAll() 공개 정적인 메소드

public static InitAll ( ) : void
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

GroupList 공개적으로 정적으로 프로퍼티

public static List GroupList
리턴 List

standard 공개적으로 정적으로 프로퍼티

public static Group,MCSharp standard
리턴 Group