protected virtual EmbeddedProcessSchema CreateOpportunityDepartmentEditPageEventsProcessSchema() { var schema = new OpportunityDepartmentEditPageEventsProcessSchema(ProcessSchemaManager, this); schema.InitializePrimaryInfo(); return(schema); }
public OpportunityDepartmentEditPageEventsProcessSchema(OpportunityDepartmentEditPageEventsProcessSchema source) : base(source) { }