Class DbAgreementFile
Summary description for DbAgreementFile.
Inheritance
System.Object
DbAgreementFile
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 DbAgreementFile
Constructors
DbAgreementFile()
Default constructor
Declaration
public DbAgreementFile()
DbAgreementFile(AgreementFile)
Constructor
Declaration
public DbAgreementFile(AgreementFile agreementFile)
Parameters
Type | Name | Description |
---|---|---|
AgreementFile | agreementFile |
Properties
AgreementId
Id for agreement
Declaration
public int AgreementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Data
Legal basis
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
FileName
Filename
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
File id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Size
Size of file
Declaration
public long Size { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Methods
ToAgreementFile()
Converts to a agreement file object
Declaration
public AgreementFile ToAgreementFile()
Returns
Type | Description |
---|---|
AgreementFile |