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 |
---|---|---|
Agreement |
file |
Exceptions
Type | Condition |
---|---|
System. |
Properties
AgreementId
Agreement id
Declaration
public int AgreementId { get; set; }
Property Value
Type | Description |
---|---|
System. |
Data
Legal basis
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
System. |
FileName
Filename
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System. |
Id
File id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
Size
Size of file
Declaration
public long Size { get; set; }
Property Value
Type | Description |
---|---|
System. |