BatchJobPropertyInfo Class |
Namespace: PDTec.IceNet.Domain.BatchHub.Service.Interface
public class BatchJobPropertyInfo
The BatchJobPropertyInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | BatchJobPropertyInfo | Initializes a new instance of the BatchJobPropertyInfo class |
Name | Description | |
---|---|---|
![]() | DisplayName |
The property display name. This information is provided for presentation purpose only and is not required for property updates.
|
![]() | IsValueAssigned |
Indicates whether the property has an actual value assigned or the default value has been retrieved. On update set this parameter to false in order to remove the property value.
|
![]() | Name |
The property name.
|
![]() | Value |
The property value. Number and date values are serialized according to XML serialization standard.
|
![]() | ValueType |
The property value type.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |