| ModuleServiceProperty Class |
Namespace: Atomia.Provisioning.Base.Module
The ModuleServiceProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| ModuleServiceProperty |
Initializes a new instance of the ModuleServiceProperty class.
| |
| ModuleServiceProperty(String, String) |
Initializes a new instance of the ModuleServiceProperty class.
|
| Name | Description | |
|---|---|---|
| ID |
Gets the ID of the module service property.
| |
| IsChanged |
Gets a value indicating whether this instance is changed.
| |
| IsKey |
Gets or sets a value indicating whether this instance is key.
| |
| Name |
Gets or sets the name of the module service property.
| |
| Value |
Gets or sets the value of a module service property.
|
| 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.) |