//------------------------------------------------------------------------------
//
// 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;
///
/// MSsubscription_agents
///
public partial class MSsubscription_agents
{
///
/// id
///
public int id { get; set; }
///
/// publisher
///
public string publisher { get; set; }
///
/// publisher_db
///
public string publisher_db { get; set; }
///
/// publication
///
public string publication { get; set; }
///
/// subscription_type
///
public int subscription_type { get; set; }
///
/// queue_id
///
public string queue_id { get; set; }
///
/// update_mode
///
public byte update_mode { get; set; }
///
/// failover_mode
///
public bool failover_mode { get; set; }
///
/// spid
///
public int spid { get; set; }
///
/// login_time
///
public System.DateTime login_time { get; set; }
///
/// allow_subscription_copy
///
public bool allow_subscription_copy { get; set; }
///
/// attach_state
///
public int attach_state { get; set; }
///
/// attach_version
///
public byte[] attach_version { get; set; }
///
/// last_sync_status
///
public Nullable last_sync_status { get; set; }
///
/// last_sync_summary
///
public string last_sync_summary { get; set; }
///
/// last_sync_time
///
public Nullable last_sync_time { get; set; }
///
/// queue_server
///
public string queue_server { get; set; }
}
}