The Participant type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Participant(String, String) |
Creates new participant with specified common name and email.
| |
| Participant(String, String, ParticipationRole, Boolean) |
Creates new participant with specified common name and email.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Parse |
Extracts participant information from specified header.
(Overrides Person..::..Parse(PdiHeader).) | |
| Render |
Renders this participant on specified calendar header.
(Overrides Person..::..Render(PdiHeader).) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Cn |
Get or sets the common name of the person.
(Inherited from Person.) | |
Get or sets email of the person.
(Inherited from Person.) | ||
| ResponseRequired |
Gets or sets information whether participant is required.
| |
| Role |
Gets or sets participation role.
| |
| Status |
Gets or sets participation status.
|