C# Class MCSharp.Group

Afficher le fichier Open project: Voziv/MCSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
GroupList List
standard Group

Méthodes publiques

Méthode Description
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

Method Details

CanExecute() public méthode

public CanExecute ( MCSharp.Command cmd ) : bool
cmd MCSharp.Command
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Exists() public static méthode

public static Exists ( string name ) : bool
name string
Résultat bool

Find() public static méthode

public static Find ( GroupEnum g ) : Group
g GroupEnum
Résultat Group

Find() public static méthode

public static Find ( string name ) : Group
name string
Résultat Group

GetHashCode() public méthode

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

Group() public méthode

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
Résultat System

InitAll() public static méthode

public static InitAll ( ) : void
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

GroupList public_oe static_oe property

public static List GroupList
Résultat List

standard public_oe static_oe property

public static Group,MCSharp standard
Résultat Group