Class AgreementFile
Defines a agreement
Inheritance
System.Object
AgreementFile
Implements
IItem<System.Guid>
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 AgreementFile : IItem<Guid>
Constructors
AgreementFile()
Default constructor
Declaration
public AgreementFile()
AgreementFile(AgreementFile)
Copy constructor
Declaration
public AgreementFile(AgreementFile file)
Parameters
Type | Name | Description |
---|---|---|
AgreementFile | file |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
Properties
AgreementId
Agreement id
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 |