protected virtual ProcessSchema CreateOAuth20AppFileEventsProcessSchema()
        {
            var schema = new OAuth20AppFileEventsProcessSchema(ProcessSchemaManager, this);

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