Initialization
 
You can create instances of compact classes using the static create methods. For example:
pfcBOMExportInstructions::Create()
Such static methods usually belong to the same class whose instances they create.
Was this helpful?