Click or drag to resize
AgreementResponse Class
This class handles information related to an agreement response.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataAgreementResponse

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class AgreementResponse : IAgreementResponse

The AgreementResponse type exposes the following members.

Constructors
  NameDescription
Public methodAgreementResponse
Initializes a new instance of the AgreementResponse class
Top
Properties
  NameDescription
Public propertyAgreement
Agreement.
Public propertyApplicationIdentifier
Identifier for application that was used when response was given. This value is automatically set by user service.
Public propertyCreatedDate
Date when first response was given. This value is automatically set by user service.
Public propertyDataContext
Data context.
Public propertyModifiedDate
Last date when response was modified. This value is automatically set by user service.
Public propertyResponse
Response.
Public propertyUserId
User.
Top
Methods
  NameDescription
Public methodGetUser
Get user that has given the agreement response.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also