Maintenance Members
The Maintenance type exposes the following members.
Methods
Name | Description | |
---|---|---|
CleanUp |
Cleans up.
|
|
Clear |
Clears this instance.
|
|
Copy |
Copies this instance.
|
|
CreateNew |
Creates the new.
|
|
CreateObjRef(System.Type) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
|
Delete |
Deletes this instance.
|
|
Deserialise |
Deserialises the specified XML string.
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
Find |
Finds the specified read mode.
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
MemberwiseClone(System.Boolean) |
Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
NotifyPropertyChanged |
Notifies the property changed.
|
|
OnClearEnd |
Called when [clear end].
|
|
OnClearStart |
Called when [clear start].
|
|
OnCopyEnd |
Called when [copy end].
|
|
OnCopyStart |
Called when [copy start].
|
|
OnCreateEnd |
Called when [create end].
|
|
OnCreateStart |
Called when [create start].
|
|
OnDeserialiseEnd |
Called when [deserialise end].
|
|
OnDeserialiseStart |
Called when [deserialise start].
|
|
OnReadEnd |
Called when [read end].
|
|
OnReadStart |
Called when [read start].
|
|
OnSaveEnd |
Called when [save end].
|
|
OnSaveEnding |
Called when [save ending].
|
|
OnSaveStart |
Called when [save start].
|
|
OnSerialiseEnd |
Called when [serialise end].
|
|
OnSerialiseStart |
Called when [serialise start].
|
|
Read |
Reads the specified record identifier.
|
|
Save |
Saves this instance.
|
|
Serialise |
Serialises the specified XML.
|
|
Setup |
Setups this instance.
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AbstractPermissionCollection | ||
BaseFindSQLQuery | ||
ChangeFlag |
Flag indicating if the record is in a changed state.
|
|
Client | ||
ClientClassName | ||
DeleteFlag |
Gets or sets a value indicating whether [delete flag].
|
|
DocumentNo | ||
FixedFilterString | ||
GenericObjectCollection |
Gets or sets the generic object collection.
|
|
InsertFlag |
Gets or sets a value indicating whether [insert flag].
|
|
IsCreating |
Gets or sets a value indicating whether this instance is creating.
|
|
IsDeserialising |
Gets or sets a value indicating whether this instance is deserialising.
|
|
IsReading |
Gets or sets a value indicating whether this instance is reading.
|
|
PropertiesChanged |
Gets the properties changed.
|
|
RecID |
Unique identifier for the record
|
|
RecIDFieldName |
Gets the name of the record identifier field.
|
|
SortFieldValue |
Gets the sort field value.
|
|
SortOrder |
Gets or sets the sort order.
|
|
SortOrders |
Gets or sets the sort orders.
|
|
TableName |
Gets the name of the table.
|
|
Tag |
Gets or sets the tag.
|
Events
Name | Description | |
---|---|---|
ClearEnd |
Occurs when [clear end].
|
|
ClearStart |
Occurs when [clear start].
|
|
CopyEnd |
Occurs when [copy end].
|
|
CopyStart |
Occurs when [copy start].
|
|
CreateEnd |
Occurs when [create end].
|
|
CreateStart |
Occurs when [create start].
|
|
DeserialiseEnd |
Occurs when [deserialise end].
|
|
DeserialiseStart |
Occurs when [deserialise start].
|
|
PropertyChanged |
Occurs when a property value changes.
|
|
ReadEnd |
Occurs when [read end].
|
|
ReadStart |
Occurs when [read start].
|
|
SaveEnd |
Occurs when [save end].
|
|
SaveEnding |
Occurs when [save ending].
|
|
SaveStart |
Occurs when [save start].
|
|
SerialiseEnd |
Occurs when [serialise end].
|
|
SerialiseStart |
Occurs when [serialise start].
|