Example #1
0
        protected virtual ProcessSchema CreateSysDashboardEventsProcessSchema()
        {
            var schema = new SysDashboardEventsProcessSchema(ProcessSchemaManager, this);

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