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