protected virtual ProcessSchema CreateActivityInTagEventsProcessSchema()
        {
            var schema = new ActivityInTagEventsProcessSchema(ProcessSchemaManager, this);

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