Search Results for

    Show / Hide Table of Contents

    Class Agreement

    Defines a agreement

    Inheritance
    System.Object
    Agreement
    Implements
    IItem<System.Int32>
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class Agreement : Object, IItem<int>

    Constructors

    Agreement()

    Default constructor

    Declaration
    public Agreement()

    Agreement(Agreement)

    Copy constructor

    Declaration
    public Agreement(Agreement agreement)
    Parameters
    Type Name Description
    Agreement agreement
    Exceptions
    Type Condition
    System.ArgumentNullException

    Properties

    AgreementFiles

    Files for agreement

    Declaration
    public List<AgreementFile> AgreementFiles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AgreementFile>

    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 Nullable<DateTime> ValidToDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    Methods

    AsAgreementListData()

    Convert to Agreement list data

    Declaration
    public AgreementListData AsAgreementListData()
    Returns
    Type Description
    AgreementListData

    Implements

    IItem<T>

    Extension Methods

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