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