Method | Description | |
---|---|---|
Command ( ) : System | ||
Command ( System.DateTime dateTime, int type, int id, int senderId, int receiverId ) : System | ||
Command ( System.DateTime dateTime, int type, int id, int senderId, int receiverId, |
||
Command ( int type ) : System | ||
Command ( int type, object data0 ) : System | ||
Command ( int type, object data0, object data1 ) : System | ||
Command ( int type, object data0, object data1, object data2 ) : System |
public Command ( System.DateTime dateTime, int type, int id, int senderId, int receiverId ) : System | ||
dateTime | System.DateTime | |
type | int | |
id | int | |
senderId | int | |
receiverId | int | |
return | System |
public Command ( System.DateTime dateTime, int type, int id, int senderId, int receiverId, |
||
dateTime | System.DateTime | |
type | int | |
id | int | |
senderId | int | |
receiverId | int | |
fields | ||
return | System |
public Command ( int type, object data0 ) : System | ||
type | int | |
data0 | object | |
return | System |
public Command ( int type, object data0, object data1 ) : System | ||
type | int | |
data0 | object | |
data1 | object | |
return | System |
public Command ( int type, object data0, object data1, object data2 ) : System | ||
type | int | |
data0 | object | |
data1 | object | |
data2 | object | |
return | System |