Public Member Functions | |
| bool | Equals (User other) |
| override String | ToString () |
| User () | |
| User (String name, String institute) | |
Protected Attributes | |
| String | _institute |
| String | _name |
Properties | |
| String | Institute [get] |
| String | Name [get] |
|
inline |
Definition at line 20 of file User.cs.
References SeciControls.User._institute, and SeciControls.User._name.
|
inline |
Definition at line 34 of file User.cs.
References SeciControls.User._institute, and SeciControls.User._name.
|
inline |
Definition at line 26 of file User.cs.
References SeciControls.User._institute, and SeciControls.User._name.
|
protected |
Definition at line 11 of file User.cs.
Referenced by SeciControls.Contact.Contact(), SeciControls.User.Equals(), SeciControls.PI.Equals(), SeciControls.Contact.Equals(), SeciControls.PI.PI(), SeciControls.User.ToString(), SeciControls.PI.ToString(), SeciControls.Contact.ToString(), and SeciControls.User.User().
|
protected |
Definition at line 10 of file User.cs.
Referenced by SeciControls.Contact.Contact(), SeciControls.User.Equals(), SeciControls.PI.Equals(), SeciControls.Contact.Equals(), SeciControls.PI.PI(), SeciControls.User.ToString(), SeciControls.PI.ToString(), SeciControls.Contact.ToString(), and SeciControls.User.User().
1.8.5