API Documentation > Classes > Class pfcDetailCreateInstructions
Class pfcDetailCreateInstructions
Description
This interface is used to provide information on how to create a detail item.
See Also:
Direct Known Subclasses:
Property Summary
/* readonly */ number
This readonly attribute represents the identifier of an existing detail item. This interface is not used for creating or modifying detail items.
Method Summary
Returns the type of detail item that this instructions object will create.
Property Detail
/* readonly */ number
Id
This readonly attribute represents the identifier of an existing detail item. This interface is not used for creating or modifying detail items.
Method Detail
GetType
()
Returns the type of detail item that this instructions object will create.
Returns:
The type of detail item.
Was this helpful?