Esempio n. 1
0
        protected virtual ProcessSchema CreateLookupInTagEventsProcessSchema()
        {
            var schema = new LookupInTagEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Esempio n. 2
0
 public LookupInTagEventsProcessSchema(LookupInTagEventsProcessSchema source)
     : base(source)
 {
 }