protected virtual ProcessSchema CreateActivityTagEventsProcessSchema()
        {
            var schema = new ActivityTagEventsProcessSchema(ProcessSchemaManager, this);

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