protected virtual ProcessSchema CreateOppStageDecouplingEventsProcessSchema()
        {
            var schema = new OppStageDecouplingEventsProcessSchema(ProcessSchemaManager, this);

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