protected virtual ProcessSchema CreateVwCommandActionEventsProcessSchema()
        {
            var schema = new VwCommandActionEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public VwCommandActionEventsProcessSchema(VwCommandActionEventsProcessSchema source)
     : base(source)
 {
 }