Class TicketRelationDefinitionResult
Validation result for a single source/destination ticket type combination in a relation definition.
Carrier object for TicketRelationDefinitionResult. Services for the TicketRelationDefinitionResult Carrier is available from the List Agent.Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/12.2.0.0")]
public class TicketRelationDefinitionResult
Constructors
TicketRelationDefinitionResult()
Default constructor
Declaration
public TicketRelationDefinitionResult()
See Also
Properties
DestinationTicketTypeId
The destination ticket type id this result applies to.
Declaration
[DataMember]
public virtual int DestinationTicketTypeId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
ExistingRelationDefinitionName
Name of the conflicting relation definition if IsValid is false.
Declaration
[DataMember]
public virtual string ExistingRelationDefinitionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
IsValid
True if no conflicting relation definition exists for this combination.
Declaration
[DataMember]
public virtual bool IsValid { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
SourceTicketTypeId
The source ticket type id this result applies to.
Declaration
[DataMember]
public virtual int SourceTicketTypeId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |
Overrides
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. |