Class AgreementListData
Defines a agreement
Inheritance
System.Object
AgreementListData
Implements
IItem<System.Int32>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class AgreementListData : IItem<int>
Constructors
AgreementListData()
Default constructor
Declaration
public AgreementListData()
AgreementListData(AgreementListData)
Copy constructor
Declaration
public AgreementListData(AgreementListData agreement)
Parameters
Type | Name | Description |
---|---|---|
AgreementListData | agreement |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
Properties
AgreementIdentifier
Identifier
Declaration
public string AgreementIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Comment
Agreement comment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DateCreated
Date for creation
Declaration
public DateTime DateCreated { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DocumentLink
Link to document
Declaration
public string DocumentLink { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
AgreementId
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LegalBasis
Legal basis
Declaration
public LegalBasis LegalBasis { get; set; }
Property Value
Type | Description |
---|---|
LegalBasis |
ValidToDate
Valid to date
Declaration
public DateTime? ValidToDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ValidToDateStatus
Valid to date status
Declaration
[Obsolete("Use ValidToDateStatusUtil.Parse(ValidToDate) instead")]
public ValidToDateStatus ValidToDateStatus { get; }
Property Value
Type | Description |
---|---|
ValidToDateStatus |