protected virtual ProcessSchema CreateOAuth20AppTagEventsProcessSchema()
        {
            var schema = new OAuth20AppTagEventsProcessSchema(ProcessSchemaManager, this);

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