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

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