ServerClientModel Class | 
Namespace: Demo3D.MultiModel.Server
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class ServerClientModel : BindableBase
The ServerClientModel type exposes the following members.
| Name | Description | |
|---|---|---|
| ServerClientModel | 
            Initializes a new instance of the ServerClientModel.
              | |
| ServerClientModel(Guid) | 
            Initializes a new instance of the ServerClientModel class with the specified client ID.
              | 
| Name | Description | |
|---|---|---|
| Id | 
            The Id of the client.
              | |
| IsConnected | 
            The connected status of the client.
              | |
| Name | 
            The name of the client.
              | |
| Receivers | 
            The receivers in the client.
              | |
| Senders | 
            The senders in the client.
              | 
| Name | Description | |
|---|---|---|
| FindReceiver | 
            Finds a receiver by its ID.
              | |
| FindSender | 
            Finds a sender by its ID.
              | |
| RaisePropertiesChanged | 
            Raise an PropertyChanged event for each value.
              (Inherited from BindableBase.) | |
| RaisePropertyChanged(PropertyChangedEventArgs) | 
            Raise an PropertyChanged event for the specified value.
              (Inherited from BindableBase.) | |
| RaisePropertyChanged(String) | 
            Raise an PropertyChanged event for the specified value.
              (Inherited from BindableBase.) | |
| SetINotifyPropertyChangedPropertyT | 
            Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
            Property changes on the new value are also listened to and, if one occurs, the propertyChangedCallback handler will be invoked.
              (Inherited from BindableBase.) | |
| SetPropertyT(T, T, PropertyChangedEventArgs) | 
            Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
              (Inherited from BindableBase.) | |
| SetPropertyT(T, T, String) | 
            Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
              (Inherited from BindableBase.) | |
| ToString | 
            Returns the name of the server client model.
              (Overrides SimpleCustomTypeDescriptor.ToString.) | 
| Name | Description | |
|---|---|---|
| OnConnectedUpdated | 
            Event that is raised when the connected status of the server client model is updated.
              | |
| OnSendersReceiversUpdated | 
            Event that is raised when senders and receivers are updated.
              | |
| OnUpdated | 
            Event that is raised when the server client model is updated.
              |