protected virtual ProcessSchema CreateServiceItemTagEventsProcessSchema() { var schema = new ServiceItemTagEventsProcessSchema(ProcessSchemaManager, this); schema.InitializePrimaryInfo(); return(schema); }
public ServiceItemTagEventsProcessSchema(ServiceItemTagEventsProcessSchema source) : base(source) { }