RecordLockingViewModel Members
The RecordLockingViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RecordLockingViewModel |
Initializes a new instance of the RecordLockingViewModel class.
|
Methods
Name | Description | |
---|---|---|
ClearData |
Clears the data.
|
|
DeleteEntity |
Deletes the entity.
|
|
GetEntityData |
Gets the entity data.
|
|
Initialize |
Initializes this instance. Executed after the view is loaded.
|
|
LoadFromEntity |
Loads this view model from the entity generated from PopulatePrimaryKeyControls. This is executed only during record retrieval operations.
|
|
PopulatePrimaryKeyControls |
Populates the primary key controls. This is executed during record save and retrieval operations.
|
|
SaveEntity |
Saves the entity.
|
Properties
Name | Description | |
---|---|---|
CancelSaveCommand |
Gets or sets the cancel save command.
|
|
ContinueSaveCommand |
Gets or sets the continue save command.
|
|
LockDate |
Gets or sets the lock date.
|
|
Message |
Gets or sets the message.
|
|
PrimaryKeyAutoFillSetup |
Gets or sets the primary key automatic fill setup.
|
|
PrimaryKeyAutoFillValue |
Gets or sets the primary key automatic fill value.
|
|
PrimaryKeyDescription |
Gets or sets the primary key description.
|
|
RecordLockingParameter |
Gets or sets the record locking parameter.
|
|
TableDefinition |
Gets the table definition.
|
|
UserAutoFillSetup |
Gets or sets the user automatic fill setup.
|
|
UserAutoFillValue |
Gets or sets the user automatic fill value.
|
|
UserName |
Gets or sets the name of the user.
|
|
View |
Gets or sets the view.
|