protected virtual ProcessSchema CreateCmpgnUpdObjElEntityEventsProcessSchema()
        {
            var schema = new CmpgnUpdObjElEntityEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public CmpgnUpdObjElEntityEventsProcessSchema(CmpgnUpdObjElEntityEventsProcessSchema source)
     : base(source)
 {
 }