Click or drag to resize
WebAgreementResponse Class
This class represents an agreement response.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebAgreementResponse

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebAgreementResponse : WebData

The WebAgreementResponse type exposes the following members.

Constructors
  NameDescription
Public methodWebAgreementResponse
Initializes a new instance of the WebAgreementResponse class
Top
Properties
  NameDescription
Public propertyAgreementId
Agreement id.
Public propertyApplicationIdentifier
Identifier for application that was used when response was given.
Public propertyCreatedDate
Date when first response was given.
Public propertyModifiedDate
Last date when response was modified.
Public propertyResponse
Response.
Public propertyUserId
User id.
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