Click or drag to resize
IAgreementResponse Interface
This interface handles information related to an agreement response.

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

The IAgreementResponse type exposes the following members.

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
See Also