GetSchema method

  1. @override
ServiceObjectSchema GetSchema()
override
method to return the schema associated with this type of object.

Implementation

@override
ServiceObjectSchema GetSchema() {
  return ItemSchema.Instance;
}