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