ArcFM Responder Mobile Developer Guide
Task Class
Members 






Object Model
Task Class
Syntax
'Declaration
 
Public Class Task 
   Inherits Miner.Tasks.Domain.DomainObject(Of Guid)
'Usage
 
Dim instance As Task
public class Task = class(Miner.Tasks.Domain.DomainObject)
public class Task extends Miner.Tasks.Domain.DomainObject
public __gc class Task : public Miner.Tasks.Domain.DomainObject<Guid> 
public ref class Task : public Miner.Tasks.Domain.DomainObject<Guid> 
Inheritance Hierarchy

System.Object
   Miner.Tasks.Domain.DomainObject<TId>
      Miner.Tasks.Domain.Task

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Task Members
Miner.Tasks.Domain Namespace

Send Feedback