Skip to main content

Class DocumentMigrationItem

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for DocumentMigrationItem. Class used to summarize all document-properties relevant for migrating documents.

Inheritance

objectDocumentMigrationItem

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

DocumentMigrationItem()

Default constructor - defaults any enum props to 0.

Properties

AssociateId

ID of associate whose diary the appointment is in, REQUIRED

Property Value

int

ContactId

Contact ID of owning contact, may be 0

Property Value

int

DocTmplId

Primary key

Property Value

int

DocumentId

Primary key

Property Value

int

PersonId

Person ID of person the appointment is with, may be 0

Property Value

int

ProjectId

ID of project referred to, may be 0

Property Value

int

SaleId

Owning sale, if any (may be 0)

Property Value

int

UserGroupId

Primary key

Property Value

int

VisibleForId

Primary key

Property Value

int

See Also

DocumentMigrationAgent