Maintenance Members

The Maintenance type exposes the following members.

Constructors


  Name Description
Public method Maintenance
Initializes a new instance of the Maintenance class.

Methods


  Name Description
Public method CleanUp
Cleans up.
Public method Clear
Clears this instance.
Public method Copy
Copies this instance.
Public method CreateNew
Creates the new.
Public method 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.)
Public method Delete
Deletes this instance.
Public method Deserialise
Deserialises the specified XML string.
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method Find
Finds the specified read mode.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected method MemberwiseClone(System.Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyPropertyChanged
Notifies the property changed.
Public method OnClearEnd
Called when [clear end].
Public method OnClearStart
Called when [clear start].
Public method OnCopyEnd
Called when [copy end].
Public method OnCopyStart
Called when [copy start].
Public method OnCreateEnd
Called when [create end].
Public method OnCreateStart
Called when [create start].
Public method OnDeserialiseEnd
Called when [deserialise end].
Public method OnDeserialiseStart
Called when [deserialise start].
Public method OnReadEnd
Called when [read end].
Public method OnReadStart
Called when [read start].
Public method OnSaveEnd
Called when [save end].
Public method OnSaveEnding
Called when [save ending].
Public method OnSaveStart
Called when [save start].
Public method OnSerialiseEnd
Called when [serialise end].
Public method OnSerialiseStart
Called when [serialise start].
Public method Read
Reads the specified record identifier.
Public method Save
Saves this instance.
Public method Serialise
Serialises the specified XML.
Public method Setup
Setups this instance.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties


  Name Description
Public property AbstractPermissionCollection
Public property BaseFindSQLQuery
Public property ChangeFlag
Flag indicating if the record is in a changed state.
Public property Client
Public property ClientClassName
Public property DeleteFlag
Gets or sets a value indicating whether [delete flag].
Public property DocumentNo
Public property FixedFilterString
Public property GenericObjectCollection
Gets or sets the generic object collection.
Public property InsertFlag
Gets or sets a value indicating whether [insert flag].
Public property IsCreating
Gets or sets a value indicating whether this instance is creating.
Public property IsDeserialising
Gets or sets a value indicating whether this instance is deserialising.
Public property IsReading
Gets or sets a value indicating whether this instance is reading.
Public property PropertiesChanged
Gets the properties changed.
Public property RecID
Unique identifier for the record
Public property RecIDFieldName
Gets the name of the record identifier field.
Public property SortFieldValue
Gets the sort field value.
Public property SortOrder
Gets or sets the sort order.
Public property SortOrders
Gets or sets the sort orders.
Public property TableName
Gets the name of the table.
Public property Tag
Gets or sets the tag.

Events


  Name Description
Public event ClearEnd
Occurs when [clear end].
Public event ClearStart
Occurs when [clear start].
Public event CopyEnd
Occurs when [copy end].
Public event CopyStart
Occurs when [copy start].
Public event CreateEnd
Occurs when [create end].
Public event CreateStart
Occurs when [create start].
Public event DeserialiseEnd
Occurs when [deserialise end].
Public event DeserialiseStart
Occurs when [deserialise start].
Public event PropertyChanged
Occurs when a property value changes.
Public event ReadEnd
Occurs when [read end].
Public event ReadStart
Occurs when [read start].
Public event SaveEnd
Occurs when [save end].
Public event SaveEnding
Occurs when [save ending].
Public event SaveStart
Occurs when [save start].
Public event SerialiseEnd
Occurs when [serialise end].
Public event SerialiseStart
Occurs when [serialise start].