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

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