protected virtual ProcessSchema CreateServicePactTypeEventsProcessSchema()
        {
            var schema = new ServicePactTypeEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public ServicePactTypeEventsProcessSchema(ServicePactTypeEventsProcessSchema source)
     : base(source)
 {
 }