示例#1
0
        protected virtual ProcessSchema CreateSysPrcHistoryLogEventsProcessSchema()
        {
            var schema = new SysPrcHistoryLogEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
示例#2
0
 public SysPrcHistoryLogEventsProcessSchema(SysPrcHistoryLogEventsProcessSchema source)
     : base(source)
 {
 }