ProtocolProperties Class |
Namespace: Demo3D.Net
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class ProtocolProperties : DynamicObject, ICustomTypeDescriptor, INotifyPropertyChanged
The ProtocolProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| ProtocolProperties | Initializes a new instance of the ProtocolProperties class |
| Name | Description | |
|---|---|---|
| AllPropertyBags |
All property bags.
|
| Name | Description | |
|---|---|---|
| AddProperties |
Merges in a set of protocol properties.
| |
| GetDynamicMemberNames |
Returns the enumeration of all dynamic member names.
(Overrides DynamicObjectGetDynamicMemberNames.) | |
| SetCurrentConfiguration |
Allows the deserializer to deserialize data into a newer instance of the ProtocolProperties.
The Deserializer creates a new instance of ProtocolProperties to deserialize saved property values.
When deserialization is complete, the properties that are read into that object may need to be applied
to the current configuration instead. This provides the reference to the current configuration.
| |
| SetProperties(Protocol, Object) |
Sets properties for particular protocol.
| |
| SetProperties(Protocol, String, Type, Object) |
Sets properties for particular protocol service.
| |
| ToString |
Returns the name of this class.
(Overrides ObjectToString.) | |
| TryGetMember |
Returns the member values. Provides the dynamic behavior for operations such as getting a value for a property.
(Overrides DynamicObjectTryGetMember(GetMemberBinder, Object).) | |
| TryGetProperties(String, Object) |
Gets properties for a particular protocol.
| |
| TryGetProperties(String, String, Type, Object) |
Gets properties for a particular protocol service.
|
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
|