ArcFM Responder Mobile Developer Guide
DomainObject Property (EntityViewModelBase<T>)






Syntax
'Declaration
 
Public MustOverride Property DomainObject As T
'Usage
 
Dim instance As EntityViewModelBase(Of T)
Dim value As T
 
instance.DomainObject = value
 
value = instance.DomainObject
public abstract T DomainObject {get; set;}
public read-write property DomainObject: T; abstract; 
public __abstract function get,set DomainObject : T
public: __property abstract T* get_DomainObject();
public: __property abstract void set_DomainObject( 
   T* value
);
public:
abstract property T^ DomainObject {
   T^ get();
   void set (    T^ value);
}
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

EntityViewModelBase<T> Class
EntityViewModelBase<T> Members

Send Feedback