ArcFM Responder Mobile Developer Guide
IsTransient Method






Transient objects are not associated with an item already in storage. For instance, a Task is transient if its ID is 0.
Syntax
'Declaration
 
Public Overridable Function IsTransient() As System.Boolean
'Usage
 
Dim instance As DomainObject(Of TId)
Dim value As System.Boolean
 
value = instance.IsTransient()
public virtual System.bool IsTransient()
public function IsTransient(): System.Boolean; virtual; 
public function IsTransient() : System.boolean;
public: virtual System.bool IsTransient(); 
public:
virtual System.bool IsTransient(); 
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

DomainObject<TId> Class
DomainObject<TId> Members

Send Feedback