JiwaCollectionItem<(Of <(<'T>)>)>..::..DeleteFlag Property

Flag indicating if the item is deleted.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


[BrowsableAttribute]
[XmlIgnoreAttribute]
public virtual bool DeleteFlag { get; set; }
<BrowsableAttribute> _
<XmlIgnoreAttribute> _
Public Overridable Property DeleteFlag As Boolean
	Get
	Set
[BrowsableAttribute]
[XmlIgnoreAttribute]
public:
virtual property bool^ DeleteFlag {
	bool^ get ();
	void set (bool^ value);
}

Field Value

The value of the DeleteFlag

Return Value

A boolean flag indicating if this item has been flagged for deletion

Remarks


Deleted items will reside in the DeletedCollection of the JiwaCollection - they are moved there automatically when Remove is invoked on the JiwaCollection