Пример #1
0
        protected virtual ProcessSchema CreateVideoHelpEventsProcessSchema()
        {
            var schema = new VideoHelpEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Пример #2
0
 public VideoHelpEventsProcessSchema(VideoHelpEventsProcessSchema source)
     : base(source)
 {
 }