Beispiel #1
0
        protected virtual ProcessSchema CreateSupplyPaymentTemplateEventsProcessSchema()
        {
            var schema = new SupplyPaymentTemplateEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Beispiel #2
0
 public SupplyPaymentTemplateEventsProcessSchema(SupplyPaymentTemplateEventsProcessSchema source)
     : base(source)
 {
 }