OrganizationServiceContextExtensions.GetQuantityDecimal Method (OrganizationServiceContext, EntityReference, Guid, Guid)
Applies To: Dynamics CRM 2013
Gets the quantity decimal value for a product. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static int GetQuantityDecimal(
this OrganizationServiceContext context,
EntityReference target,
Guid productId,
Guid uoMId
)
public:
[ExtensionAttribute]
static int GetQuantityDecimal(
OrganizationServiceContext^ context,
EntityReference^ target,
Guid productId,
Guid uoMId
)
static member GetQuantityDecimal :
context:OrganizationServiceContext *
target:EntityReference *
productId:Guid *
uoMId:Guid -> int
<ExtensionAttribute>
Public Shared Function GetQuantityDecimal (
context As OrganizationServiceContext,
target As EntityReference,
productId As Guid,
uoMId As Guid
) As Integer
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- target
Type: Microsoft.Xrm.Sdk.EntityReference
- productId
Type: System.Guid
- uoMId
Type: System.Guid
Return Value
Type: System.Int32
Returns Int32.
Remarks
This is a method wrapper for the GetQuantityDecimalRequest and GetQuantityDecimalResponse classes. See the documentation in the Request class for more information about this message.
See Also
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top