RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

ViewModelOperationPreviewEventArgs<(Of <(<'TEntity>)>)>..::..Entity Property

Gets the entity.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


public TEntity Entity { get; set; }
Public Property Entity As TEntity
	Get
	Set
public:
property TEntity Entity {
	TEntity get ();
	void set (TEntity value);
}

Field Value

The entity.