Selerix Developer Tools
Deleted Property (AbstractModelObject)






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > AbstractModelObject Class : Deleted Property
Gets or sets a value indicating whether this AbstractModelObject is deleted.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property Deleted As Boolean
'Usage
 
Dim instance As AbstractModelObject
Dim value As Boolean
 
instance.Deleted = value
 
value = instance.Deleted
[XmlAttribute()]
[DefaultValue()]
public virtual bool Deleted {get; set;}
public read-write property Deleted: Boolean; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set Deleted : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property virtual bool get_Deleted();
public: __property virtual void set_Deleted( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property bool Deleted {
   bool get();
   void set (    bool value);
}

Property Value

true if deleted; otherwise, false.
See Also

Reference

AbstractModelObject Class
AbstractModelObject Members