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