protected virtual ProcessSchema CreateMktgActivityTagEventsProcessSchema()
        {
            var schema = new MktgActivityTagEventsProcessSchema(ProcessSchemaManager, this);

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