ArcFM Responder Mobile Developer Guide
TaskFieldElement Class Members
Properties  Methods 


The following tables list the members exposed by TaskFieldElement.

Public Constructors
 NameDescription
Public ConstructorTaskFieldElement ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyAliasName  
Public PropertyChanges  
Public PropertyDefaultValue  
Public PropertyDomainName  
Public PropertyEditable  
Public PropertyIdID 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>)
Public PropertyName  
Public PropertyParentTaskField  
Public PropertyTrackChanges  
Public PropertyType  
Public PropertyValue  
Top
Public Methods
 NameDescription
Public MethodEquals (Inherited from Miner.Tasks.Domain.DomainObject<Guid>)
Public MethodGetHashCodeHash code should ONLY contain the "business value signature" of the object and not the ID  
Public MethodIsTransientTransient 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>)
Top
Protected Methods
See Also

Reference

TaskFieldElement Class
Miner.Tasks.Domain Namespace

Send Feedback