Show / Hide Table of Contents

Class SaleStakeholderExtensions

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

Methods

ToCarrierArrayAsync(SaleStakeholderRows, CancellationToken)

Declaration
public static Task<SaleStakeholder[]> ToCarrierArrayAsync(this SaleStakeholderRows rows, CancellationToken cancellationToken = default)
Parameters
Type Name Description
SaleStakeholderRows rows
CancellationToken cancellationToken
Returns
Type Description
Task<SaleStakeholder[]>

ToCarrierAsync(SaleStakeholderRow, CancellationToken)

Declaration
public static Task<SaleStakeholder> ToCarrierAsync(this SaleStakeholderRow row, CancellationToken cancellationToken = default)
Parameters
Type Name Description
SaleStakeholderRow row
CancellationToken cancellationToken
Returns
Type Description
Task<SaleStakeholder>

ToRowAsync(SaleStakeholder, CancellationToken)

Declaration
public static Task<SaleStakeholderRow> ToRowAsync(this SaleStakeholder stakeholder, CancellationToken cancellationToken = default)
Parameters
Type Name Description
SaleStakeholder stakeholder
CancellationToken cancellationToken
Returns
Type Description
Task<SaleStakeholderRow>
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top