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