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