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 IDocumentMigrationAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class DocumentMigrationItem : Object
Constructors
DocumentMigrationItem()
Default constructor
Declaration
public DocumentMigrationItem()
See Also
Properties
AssociateId
ID of associate whose diary the appointment is in, REQUIRED
Declaration
public virtual int AssociateId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
ContactId
Contact ID of owning contact, may be 0
Declaration
public virtual int ContactId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
DocTmplId
Primary key
Declaration
public virtual int DocTmplId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
DocumentId
Primary key
Declaration
public virtual int DocumentId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
PersonId
Person ID of person the appointment is with, may be 0
Declaration
public virtual int PersonId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
ProjectId
ID of project referred to, may be 0
Declaration
public virtual int ProjectId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
SaleId
Owning sale, if any (may be 0)
Declaration
public virtual int SaleId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
UserGroupId
Primary key
Declaration
public virtual int UserGroupId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
VisibleForId
Primary key
Declaration
public virtual int VisibleForId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
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. |