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