Class Agreement
Defines a agreement
Inheritance
System.Object
Agreement
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 Agreement : IItem<int>
Constructors
Agreement()
Default constructor
Declaration
public Agreement()
Agreement(Agreement)
Copy constructor
Declaration
public Agreement(Agreement agreement)
Parameters
Type | Name | Description |
---|---|---|
Agreement | agreement |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
Properties
AgreementFiles
Files for agreement
Declaration
public List<AgreementFile> AgreementFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AgreementFile> |
AgreementIdentifier
Identifier
Declaration
public string AgreementIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Comment
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> |
Methods
AsAgreementListData()
Convert to Agreement list data
Declaration
public AgreementListData AsAgreementListData()
Returns
Type | Description |
---|---|
AgreementListData |