コード例 #1
0
        protected virtual ProcessSchema CreateOppStageDecouplingEventsProcessSchema()
        {
            var schema = new OppStageDecouplingEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
コード例 #2
0
 public OppStageDecouplingEventsProcessSchema(OppStageDecouplingEventsProcessSchema source)
     : base(source)
 {
 }