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