RemoteMapper Methods |
The RemoteMapper type exposes the following members.
Name | Description | |
---|---|---|
CreateT |
Creates a new remote object through it's underlying mapper.
| |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
DeleteT |
Deletes a row or rows from the underlying mapper.
| |
DoDataExchange |
Exchanges data between the RemoteMapper and the mapper
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
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.) | |
GetSummaryT |
Returns a single row RemoteMapper object filtered for the MapperSummary field. This method is called when the HTMLSummaryFlags.OneRow bit is set on the field.
| |
GetSummaryListT |
Returns a list of RemoteMapper objects filtered by the MapperSummary field.
| |
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 | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
OpenT(IAppContext, MapperFilter) |
Opens a single row and returns the RemoteMapper object
| |
OpenT(IAppContext, String) |
Opens a single row and returns the RemoteMapper object
| |
OpenFilteredListT |
Opens a list of RemoteMapper objects based on the provided filter.
| |
OpenListT |
Opens a list of RemoteMapper objects based on the provided filter.
| |
SaveT |
Saves the remote object through it's underlying mapper. If the mapper has a valid RowKey (generally a primary key)
then it is filtered for that row and saved. If there is no RowKey or the RowKey filter returns no records, then an
error is returned and nothing is saved.
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |