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

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