Class TicketOwnerResolver
Namespace: SuperOffice.CRM.Ticket
Assembly: SoDataBase.dll
Syntax
public static class TicketOwnerResolver : Object
Methods
ResolveOwner(TicketRow)
Declaration
public static int ResolveOwner(TicketRow ticketRow)
Parameters
Type | Name | Description |
---|---|---|
TicketRow | ticketRow |
Returns
Type | Description |
---|---|
Int32 |
ResolveOwner(Int32, Int32, Int32, Int32)
Declaration
public static int ResolveOwner(int ticketId, int ejCategoryId, int personId, int ownedBy)
Parameters
Type | Name | Description |
---|---|---|
Int32 | ticketId | |
Int32 | ejCategoryId | |
Int32 | personId | |
Int32 | ownedBy |
Returns
Type | Description |
---|---|
Int32 |