protected virtual ProcessSchema CreateVwOAuthAppUserEventsProcessSchema() { var schema = new VwOAuthAppUserEventsProcessSchema(ProcessSchemaManager, this); schema.InitializePrimaryInfo(); return(schema); }
public VwOAuthAppUserEventsProcessSchema(VwOAuthAppUserEventsProcessSchema source) : base(source) { }