//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace EMISOnline.Entities
{
#pragma warning disable 1573
using System;
using System.Collections.Generic;
///
/// MSreplication_objects
///
public partial class MSreplication_objects
{
///
/// publisher
///
public string publisher { get; set; }
///
/// publisher_db
///
public string publisher_db { get; set; }
///
/// publication
///
public string publication { get; set; }
///
/// object_name
///
public string object_name { get; set; }
///
/// object_type
///
public string object_type { get; set; }
///
/// article
///
public string article { get; set; }
}
}