PCImportModel Class [AX 2012]
The PCImportModel class is used to import a product configuration model.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findEnumValueFromSolverValue | Finds an enumeration value given an attribute type and a solver value. |
| getProductConfigurationModel | Gets the imported product configuration model. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| importAttributeModifier | Imports attribute modifiers. |
| importAttributePath | Reads an attribute path from XML. |
| importAttributeType | |
| importAttributeTypes | |
| importCalculation | Imports a calculation. |
| importComponent | |
| importComponentAttribute | Imports a component attribute that has default values. |
| importComponentAttributeGroup | |
| importComponentAttributeGroupCategoryAtt | |
| importComponentAttributeGroupTranslation | |
| importComponentAttributeTranslation | |
| importComponentConstraint | |
| importComponentControl | |
| importComponentControlSubComponent | |
| importComponents | |
| importComponentSubComponent | |
| importComponentTranslation | |
| importConfigurationControl | |
| importEnumerationTextValueTranslation | Imports a translation for an enumeration value. |
| importEnumerationValues | |
| importExpressionConstraint | Imports an expression constraint. |
| importIntegerBounds | |
| importModel | Imports a product configuration model. |
| importModelDefinition | |
| importModelTranslation | |
| importPriceBasePrice | Imports a base price. |
| importPriceComponent | Imports a price component. |
| importPriceExpressionRule | Imports a price expression rule. |
| importPriceExpressionValue | Imports a price expression value. |
| importPriceModel | Imports a price model. |
| importQuery | Imports an optional query. |
| importRouteOperationActivity | Imports route operation activities. |
| importSubComponentTranslation | |
| importSystemDefinedTableConstraint | |
| importSystemDefinedTableConstraintColumn | |
| importTableConstraint | |
| importTableConstraintDefinitions | |
| importTemplateComponent | |
| importTemplateComponentExtended | Imports the the template component into one or more legal entities. |
| importUserDefinedTableConstraint | |
| importUserDefinedTableConstraintColumn | |
| importUserDefinedTableConstraintRow | Imports a table constraint definition row. |
| initXmlReader | Initializes a product configuration XML reader. |
| lookupAttributeType | Looks up an attribute type in the collection of imported attribute types. |
| lookupComponent | Looks up a component in a collection of imported components. |
| lookupTableConstraintDefinition | Looks up a table constraint definition in a collection of imported table constraint definitions. |
| new | Initializes a new instance of the PCImportModel class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmImportedXml | Gets or sets the ImportedXml parameter. |
| parmLegalEntities | Gets or sets the LegalEntities parameter. |
| prepareForAttributeTypeImport | Prepares data for the import of an attribute type. |
| prepareForComponentImport | Prepares data for the import of a component. |
| prepareForTableConstraintDefImport | Prepares data for import of a table constraint definition. |
| setTemplateValueFromStr | Sets a value that is based on a String representation of the value. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateAttributePaths | Updates the attribute paths to reference the new sub-component records and category attribute records after the import of a component. |
| updateAttributeReferences | |
| updateAttributeTypeReferences | |
| updateComponentReferences | |
| updateSubcomponentReferences | Updates the references of a subcomponent. |
| updateTableConstraintDefinitionRefs | Updates the references to a table constraint definition to reference a new definition. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateVersion | Validates that the xml version can be imported. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| xml2EcoResBool | Converts a string value to an AttributeValueBoolean value. |
| ::construct | Initializes a new instance of the PCImportModel class. |
Community Additions
ADD
Show: