Click or drag to resize

RemoteMapper Class

Used as a Remote version of a mapper. This object is appropriate for use in a WebService
Inheritance Hierarchy

Namespace:  NetQuarry.Net
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[SerializableAttribute]
public abstract class RemoteMapper : MarshalByRefObject

The RemoteMapper type exposes the following members.

Constructors
  NameDescription
Protected methodRemoteMapper
Initializes a new instance of the RemoteMapper class
Top
Properties
  NameDescription
Protected propertyMapperKey
Gets the key name for the mapper represented by the derived class. Must be overridden in the derived class.
Protected propertyRowKeyFilter
Gets the RowKey filter (typically primary key or equiv.) for the underlying mapper.
Top
Methods
  NameDescription
Protected methodStatic memberCreateT
Creates a new remote object through it's underlying mapper.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Protected methodStatic memberDeleteT
Deletes a row or rows from the underlying mapper.
Protected methodDoDataExchange
Exchanges data between the RemoteMapper and the mapper
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodStatic memberGetSummaryT
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.
Protected methodStatic memberGetSummaryListT
Returns a list of RemoteMapper objects filtered by the MapperSummary field.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodStatic memberOpenT(IAppContext, MapperFilter)
Opens a single row and returns the RemoteMapper object
Protected methodStatic memberOpenT(IAppContext, String)
Opens a single row and returns the RemoteMapper object
Protected methodStatic memberOpenFilteredListT
Opens a list of RemoteMapper objects based on the provided filter.
Protected methodStatic memberOpenListT
Opens a list of RemoteMapper objects based on the provided filter.
Protected methodStatic memberSaveT
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.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
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.)
Top
See Also