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