| ProvisioningServiceProperty Class |
Namespace: Atomia.Provisioning.Base
The ProvisioningServiceProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| ProvisioningServiceProperty |
Initializes a new instance of the ProvisioningServiceProperty class.
| |
| ProvisioningServiceProperty(String, String) |
Initializes a new instance of the ProvisioningServiceProperty class.
|
| Name | Description | |
|---|---|---|
| Description |
Gets or sets the property description.
| |
| FriendlyName |
Gets Atomia Provisioning Service Property friendly name. This name should be used in user interface.
| |
| ID |
Gets Atomia Provisioning Service Property id.
| |
| IsKey |
Gets or sets a value indicating whether this Atomia Provisioning Service Property instance is key.
| |
| LastChangeTime |
Gets or sets timestamp of the last update of the stored version of this property.
| |
| Name |
Gets or sets Atomia Provisioning Service Property name.
| |
| PropertyType |
Gets or sets the type of the property.
| |
| Value |
Gets or sets Atomia Provisioning Service Property Value.
| |
| ValueConstrains |
Gets or sets the value constrains.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
If FrinedlyName is set value of FriendlyName will be returned. Otherwise, result will
be value on Name property
(Overrides ObjectToString.) |