Метод | Описание | |
---|---|---|
ComplexTypeConvert ( AttributeTypeCode typeToConvert, ObjectDefinition objDef ) : ComplexType |
Converts a CRM complex type into a ComplexType.
|
|
ConvertStateNameToValue ( string stateName, string entityName, DynamicCrmAdapter adapter ) : int |
Converts all representations of the state property to an integer.
|
|
GetDynamicAddressInstance ( string addressIntegrationKeyValue, Guid parentKey, DynamicCrmAdapter adapter, string addressIntegrationKeyProperty ) : Entity |
Gets an instance of the
|
|
GetIntegratedEntities ( ) : string[] |
Gets the array of entity names that have a dynamics_integrationkey property added to them
|
|
GetMultipartQueryExpression ( LogicalOperator operand, string entityName, string>.KeyValuePair |
Gets a This method sets the Distinct property of the returned |
|
GetNameKeyedEntities ( ) : string[] |
Gets the array of entity names that use the "name" property to represent a dynamics_integrationkey
|
|
GetObjectProviderName ( ObjectDefinition objDef ) : string |
Returns the name of an object provider base on the type name specified in it's configuration file.
|
|
GetQueryExpression ( string entityName, ICriterion criterion, ColumnSet columnSet ) : QueryExpression |
Gets a This method sets the Distinct property of the returned |
|
GetQueryExpression ( string entityName, string queryProperty, object propertyValue, ConditionOperator conditionOperator ) : QueryExpression |
Gets a This method sets the Distinct property of the returned |
|
GetQueryExpression ( string entityName, string queryProperty, string propertyValue ) : QueryExpression |
Gets a This method sets the Distinct property of the returned |
|
GetReaderQueryExpression ( string entityName, DateTime modifiedDate, DynamicCrmAdapter adapter, bool isDynamic, ColumnSet columnSet ) : QueryExpression |
Gets a The method generates a query that is retrieved by the modified date supplied as well as the IntegrationReady flag and the modified by property not being equal to the INTEGRATION user's id |
|
GetSpecialAddressPicklistFields ( ) : string[] |
Gets the array of
|
|
GetUnmappedLookupFields ( ) : string[] |
Gets the array of
|
|
MapCrmMoney ( object>.Dictionary |
Maps a
|
|
MapPicklist ( Entity entity, FieldDefinition field, object>.Dictionary |
Gets a
|
|
SetRelationshipValuesFromDictionary ( object>.Dictionary |
Sets the properties of an
|
|
SimpleTypeConvert ( AttributeTypeCode typeToConvert ) : Type |
Converts a CRM
|
|
ValidateDictionary ( object>.Dictionary |
Validates that a
|
|
ValidateInventoriedProduct ( Entity product, string productKey ) : void |
Validates that a product is not new when retrieving from the product catalog
|
Метод | Описание | |
---|---|---|
GenerateFieldAndAddType ( ObjectDefinition objDef, |
||
GenerateFieldAndAddType ( ObjectDefinition objDef, |
||
GetComplexTypeForMoney ( ObjectDefinition objDef ) : ComplexType |
Produces a ComplexType from the ObjectDefinition for the CRM
|
|
GetComplexTypeForPartyList ( ObjectDefinition objDef, string complexTypeName ) : ComplexType | ||
GetComplexTypeForPicklist ( ObjectDefinition objDef ) : ComplexType |
Produces a ComplexType from the ObjectDefinition for the CRM option set type.
|
|
GetComplexTypeForReference ( ObjectDefinition objDef, string complexTypeName ) : ComplexType |
Gets a ComplexType for a CRM
|
|
GetComplexTypeForStatus ( ObjectDefinition objDef ) : ComplexType |
Produces a ComplexType from the ObjectDefinition for the CRM status type.
|
|
GetConditionOperator ( BinaryComparisonOperator binaryComparisonOperator ) : ConditionOperator | ||
GetContractCancelRequest ( int statusToSet, Guid contractEntityId ) : OrganizationRequest |
Gets a CRM
|
|
GetDefaultStateCodeValue ( string stateName ) : int | ||
GetErrorCode ( |
||
GetIncidentCloseRequest ( int statusToSet, Guid incidentEntityId ) : OrganizationRequest |
Gets a CRM
|
|
GetOpportunityLoseRequest ( int statusToSet, Guid opportunityEntityId ) : OrganizationRequest |
Gets a CRM
|
|
IsAddressOneOrTwo ( Entity childEntity ) : bool |
Determines if the supplied CRM
|
|
IsSpecialAddressPicklist ( Entity entity, FieldDefinition field ) : bool |
Determines if an option set is one of the customer address 1 or 2 option sets.
|
|
ValidatePropertyQueryParameters ( string entityName, string queryProperty ) : void |
Validates query parameters
|
public static ComplexTypeConvert ( AttributeTypeCode typeToConvert, ObjectDefinition objDef ) : ComplexType | ||
typeToConvert | AttributeTypeCode | The CRM |
objDef | ObjectDefinition | The |
Результат | ComplexType |
public static ConvertStateNameToValue ( string stateName, string entityName, DynamicCrmAdapter adapter ) : int | ||
stateName | string | The state to get the integer value of as a |
entityName | string | The name of the entity type to get the state code for. |
adapter | DynamicCrmAdapter | The |
Результат | int |
public static GetDynamicAddressInstance ( string addressIntegrationKeyValue, Guid parentKey, DynamicCrmAdapter adapter, string addressIntegrationKeyProperty ) : Entity | ||
addressIntegrationKeyValue | string | The value of the address's dynamics_integrationkey property to query for. |
parentKey | Guid | The parent of this address to use when querying for the existence of this address instance. |
adapter | DynamicCrmAdapter | An instance of the |
addressIntegrationKeyProperty | string | The key attribute on the |
Результат | Entity |
public static GetIntegratedEntities ( ) : string[] | ||
Результат | string[] |
public static GetMultipartQueryExpression ( LogicalOperator operand, string entityName, string>.KeyValuePair |
||
operand | LogicalOperator | The |
entityName | string | The logical name for the entity to be queried for. |
propertyValues | string>.KeyValuePair | The array of |
Результат | QueryExpression |
public static GetNameKeyedEntities ( ) : string[] | ||
Результат | string[] |
public static GetObjectProviderName ( ObjectDefinition objDef ) : string | ||
objDef | ObjectDefinition | The |
Результат | string |
public static GetQueryExpression ( string entityName, ICriterion criterion, ColumnSet columnSet ) : QueryExpression | ||
entityName | string | The name of the |
criterion | ICriterion | An |
columnSet | ColumnSet | A CRM |
Результат | QueryExpression |
public static GetQueryExpression ( string entityName, string queryProperty, object propertyValue, ConditionOperator conditionOperator ) : QueryExpression | ||
entityName | string | The name of the |
queryProperty | string | The property on the |
propertyValue | object | The value for the property being queried for |
conditionOperator | ConditionOperator | A logical condition operator to use for the condition expression |
Результат | QueryExpression |
public static GetQueryExpression ( string entityName, string queryProperty, string propertyValue ) : QueryExpression | ||
entityName | string | The name of the |
queryProperty | string | The property on the |
propertyValue | string | The value for the property being queried for |
Результат | QueryExpression |
public static GetReaderQueryExpression ( string entityName, DateTime modifiedDate, DynamicCrmAdapter adapter, bool isDynamic, ColumnSet columnSet ) : QueryExpression | ||
entityName | string | The name of the |
modifiedDate | DateTime | The |
adapter | DynamicCrmAdapter | An instance of a |
isDynamic | bool | True if the object provider calling into this method is a |
columnSet | ColumnSet | A CRM |
Результат | QueryExpression |
public static GetSpecialAddressPicklistFields ( ) : string[] | ||
Результат | string[] |
public static GetUnmappedLookupFields ( ) : string[] | ||
Результат | string[] |
public static MapCrmMoney ( object>.Dictionary |
||
mappedMoneyObject | object>.Dictionary | The |
Результат | Money |
public static MapPicklist ( Entity entity, FieldDefinition field, object>.Dictionary |
||
entity | Entity | The current |
field | FieldDefinition | The current |
mappedLookupObject | object>.Dictionary | The |
crm2011Adapter | DynamicCrmAdapter | The |
providedEntityName | string | The name of the |
Результат | OptionSetValue |
public static SetRelationshipValuesFromDictionary ( object>.Dictionary |
||
mappedLookupObject | object>.Dictionary | The |
relationshipEntity | object | The |
Результат | void |
public static SimpleTypeConvert ( AttributeTypeCode typeToConvert ) : Type | ||
typeToConvert | AttributeTypeCode | The CRM |
Результат | Type |
public static ValidateDictionary ( object>.Dictionary |
||
mappedType | object>.Dictionary | The |
Результат | void |
public static ValidateInventoriedProduct ( Entity product, string productKey ) : void | ||
product | Entity | The |
productKey | string | The value of the product's dynamics_integrationkey |
Результат | void |