AifOperationContext.getSchema Method [AX 2012]
Gets the schema for a specific parameter of this operation.
Syntax
public AifSchemaInfo getSchema(ClassId parameterClassId)
Run On
Server
Parameters
- parameterClassId
Type: ClassId Extended Data Type
The classId of the parameter.
Return Value
Type: AifSchemaInfo Class
An AifSchemaInfo Class instance that contains schema information for the specified parameter; null if no schema was found.
Remarks
A schema will be returned only if the parameter implements AifXmlSerializable Interface.