Show / Hide Table of Contents

Class TicketOwnerResolver

Inheritance
object
TicketOwnerResolver
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Ticket
Assembly: SoDataBase.dll
Syntax
public static class TicketOwnerResolver

Methods

ResolveOwnerAsync(TicketRow, CancellationToken)

Declaration
public static Task<int> ResolveOwnerAsync(TicketRow ticketRow, CancellationToken cancellationToken = default)
Parameters
Type Name Description
TicketRow ticketRow
CancellationToken cancellationToken
Returns
Type Description
Task<int>

ResolveOwnerAsync(int, int, int, int, CancellationToken)

Declaration
public static Task<int> ResolveOwnerAsync(int ticketId, int ejCategoryId, int personId, int ownedBy, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int ticketId
int ejCategoryId
int personId
int ownedBy
CancellationToken cancellationToken
Returns
Type Description
Task<int>
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top