Class DbAgreement
Summary description for DbAgreement.
Inheritance
System.Object
DbAgreement
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.Core.Common.DbEntities
Assembly: ImageVault.Core.dll
Syntax
public class DbAgreement
Constructors
DbAgreement()
Default constructor
Declaration
public DbAgreement()
DbAgreement(Agreement)
Constructor
Declaration
public DbAgreement(Agreement agreement)
Parameters
Type | Name | Description |
---|---|---|
Agreement | agreement |
Properties
AgreementFiles
List with uploaded files
Declaration
public ICollection<DbAgreementFile> AgreementFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DbAgreementFile> |
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
ToAgreement()
Converts to a agreement object
Declaration
public Agreement ToAgreement()
Returns
Type | Description |
---|---|
Agreement |
ToAgreementListData()
Converts to a agreement list data object
Declaration
public AgreementListData ToAgreementListData()
Returns
Type | Description |
---|---|
AgreementListData |