Exemple #1
0
        protected virtual ProcessSchema CreateSysEditPageEventsProcessSchema()
        {
            var schema = new SysEditPageEventsProcessSchema(ProcessSchemaManager, this);

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