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