//------------------------------------------------------------------------------
//
// 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_subscriptions
///
public partial class MSreplication_subscriptions
{
///
/// publisher
///
public string publisher { get; set; }
///
/// publisher_db
///
public string publisher_db { get; set; }
///
/// publication
///
public string publication { get; set; }
///
/// independent_agent
///
public bool independent_agent { get; set; }
///
/// subscription_type
///
public int subscription_type { get; set; }
///
/// distribution_agent
///
public string distribution_agent { get; set; }
///
/// time
///
public System.DateTime time { get; set; }
///
/// description
///
public string description { get; set; }
///
/// transaction_timestamp
///
public byte[] transaction_timestamp { get; set; }
///
/// update_mode
///
public byte update_mode { get; set; }
///
/// agent_id
///
public byte[] agent_id { get; set; }
///
/// subscription_guid
///
public byte[] subscription_guid { get; set; }
///
/// subid
///
public byte[] subid { get; set; }
///
/// immediate_sync
///
public bool immediate_sync { get; set; }
}
}