Class usertype
Class that contains information about the user of a conference. See Section 5.6 of RFC 4575.
Inherited Members
Namespace: ConferenceEvent
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class usertype
  Constructors
| Edit this page View Sourceusertype()
Default constructor
Declaration
public usertype()
  Fields
| Edit this page View SourceAny
Extension point for elements.
Declaration
public List<XmlElement> Any
  Field Value
| Type | Description | 
|---|---|
| List<XmlElement> | 
AnyAttr
Extension point for attributes.
Declaration
public List<XmlAttribute> AnyAttr
  Field Value
| Type | Description | 
|---|---|
| List<XmlAttribute> | 
associatedaors
This element contains additional (to the ’entity’) URIs being associated with the user. See Section 5.6.2 of RFC 4575.
Declaration
public uristype associatedaors
  Field Value
| Type | Description | 
|---|---|
| uristype | 
cascadedfocus
This element contains a conference URI (different from the main conference URI) for users that are connected to the main conference as a result of focus cascading. See Section 5.6.5 of RFC 4575.
Declaration
public string cascadedfocus
  Field Value
| Type | Description | 
|---|---|
| string | 
displaytext
This element is used to display the user-friendly name in the conference.
Declaration
public string displaytext
  Field Value
| Type | Description | 
|---|---|
| string | 
endpoint
Contains information about one or more endpoints for the user. See Section 5.6.6 of RFC 4575. Optional.
Declaration
public List<endpointtype> endpoint
  Field Value
| Type | Description | 
|---|---|
| List<endpointtype> | 
entity
This attribute contains the URI for the user in the conference. See Section 5.6 of RFC 4575. Required.
Declaration
public string entity
  Field Value
| Type | Description | 
|---|---|
| string | 
languages
This element contains a list of tokens, separated by spaces, each containing a language understood by the user.
Declaration
public string languages
  Field Value
| Type | Description | 
|---|---|
| string | 
roles
This element MAY contain a set of human-readable strings describing the roles of the user in the conference.
Declaration
public userrolestype roles
  Field Value
| Type | Description | 
|---|---|
| userrolestype | 
state
This attribute indicates whether the document contains the whole user information("full") or only the information that has changed since the previous document("partial"), or whether the user was removed from the conference("deleted").
Declaration
public statetype state
  Field Value
| Type | Description | 
|---|---|
| statetype |