Search Results for

    Show / Hide Table of Contents

    Class AgreementFile

    Defines a agreement

    Inheritance
    System.Object
    AgreementFile
    Implements
    IItem<System.Guid>
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class AgreementFile : Object, 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

    Implements

    IItem<T>

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022