Miner.Tasks.Domain Namespace : TaskField Class |
The following tables list the members exposed by TaskField.
Name | Description | |
---|---|---|
![]() | TaskField Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AliasName | |
![]() | Changes | |
![]() | DefaultValue | |
![]() | DomainName | |
![]() | Editable | |
![]() | Elements | |
![]() | Id | ID may be of type string, int, Guid,custom type, etc. Setter is protected to allow unit tests to set this property via reflection and to allow domain objects more flexibility in setting this for those objects with assigned IDs. (Inherited from Miner.Tasks.Domain.DomainObject<Guid>) |
![]() | IsNullable | |
![]() | ModelName | |
![]() | Name | |
![]() | ParentTask | |
![]() | Required | |
![]() | TrackChanges | |
![]() | Type | |
![]() | Value |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Miner.Tasks.Domain.DomainObject<Guid>) |
![]() | GetHashCode | Hash code should ONLY contain the "business value signature" of the object and not the ID |
![]() | IsTransient | Transient objects are not associated with an item already in storage. For instance, a Task is transient if its ID is 0. (Inherited from Miner.Tasks.Domain.DomainObject<Guid>) |
Name | Description | |
---|---|---|
![]() | ValidateDataType | |
![]() | ValidateDataTypeAndThrowOnFailure |