Click or drag to resize
RMPUserEditor Class
Inheritance Hierarchy
SystemObject
  RMP.WCF.Model.RMPUserRMPUserEditor

Namespace: RMP.WCF.Model.RMPUser
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class RMPUserEditor : IEditor<RMPUser>

The RMPUserEditor type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCreate
Creates a new record from the provided record
Public methodDelete(Int32)
Deletes a single record based on the Integer provided
Public methodCode exampleDelete(String)
Deletes multiple records based on the where clause provided
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadList
Gets records based on the params provided
Public methodReadListAll
Gets all the records
Public methodReadSingle
Gets a single record based on the records Primary Key
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Updates an existing record
Top
See Also