GetServiceObjectType method

  1. @override
ServiceObjectType GetServiceObjectType()
override
Gets the type of service object this view applies to.

Implementation

@override
ServiceObjectType GetServiceObjectType() {
  return ServiceObjectType.Item;
}