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