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