Ejemplo n.º 1
0
        protected virtual ProcessSchema CreateBaseImageLookupEventsProcessSchema()
        {
            var schema = new BaseImageLookupEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Ejemplo n.º 2
0
 public BaseImageLookupEventsProcessSchema(BaseImageLookupEventsProcessSchema source)
     : base(source)
 {
 }