Show / Hide Table of Contents

Class DocumentMigrationItem

Class used to summarize all document-properties relevant for migrating documents.

Carrier object for DocumentMigrationItem. Services for the DocumentMigrationItem Carrier is available from the DocumentMigration Agent.
Inheritance
object
DocumentMigrationItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.2.0.0")]
public class DocumentMigrationItem

Constructors

DocumentMigrationItem()

Default constructor

Declaration
public DocumentMigrationItem()
See Also
IDocumentMigrationAgent

Properties

AssociateId

ID of associate whose diary the appointment is in, REQUIRED

Declaration
[DataMember]
public virtual int AssociateId { get; set; }
Property Value
Type Description
int
See Also
IDocumentMigrationAgent

ContactId

Contact ID of owning contact, may be 0

Declaration
[DataMember]
public virtual int ContactId { get; set; }
Property Value
Type Description
int
See Also
IDocumentMigrationAgent

DocTmplId

Primary key

Declaration
[DataMember]
public virtual int DocTmplId { get; set; }
Property Value
Type Description
int
See Also
IDocumentMigrationAgent

DocumentId

Primary key

Declaration
[DataMember]
public virtual int DocumentId { get; set; }
Property Value
Type Description
int
See Also
IDocumentMigrationAgent

PersonId

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

Declaration
[DataMember]
public virtual int PersonId { get; set; }
Property Value
Type Description
int
See Also
IDocumentMigrationAgent

ProjectId

ID of project referred to, may be 0

Declaration
[DataMember]
public virtual int ProjectId { get; set; }
Property Value
Type Description
int
See Also
IDocumentMigrationAgent

SaleId

Owning sale, if any (may be 0)

Declaration
[DataMember]
public virtual int SaleId { get; set; }
Property Value
Type Description
int
See Also
IDocumentMigrationAgent

UserGroupId

Primary key

Declaration
[DataMember]
public virtual int UserGroupId { get; set; }
Property Value
Type Description
int
See Also
IDocumentMigrationAgent

VisibleForId

Primary key

Declaration
[DataMember]
public virtual int VisibleForId { get; set; }
Property Value
Type Description
int
See Also
IDocumentMigrationAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()
See Also
IDocumentMigrationAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IDocumentMigrationAgent

See Also

IDocumentMigrationAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top