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