12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 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.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace EMISOnline.Entities
- {
- #pragma warning disable 1573
- using System;
- using System.Collections.Generic;
-
- /// <summary>
- /// MSreplication_objects
- /// </summary>
- public partial class MSreplication_objects
- {
- /// <summary>
- /// publisher
- /// </summary>
- public string publisher { get; set; }
- /// <summary>
- /// publisher_db
- /// </summary>
- public string publisher_db { get; set; }
- /// <summary>
- /// publication
- /// </summary>
- public string publication { get; set; }
- /// <summary>
- /// object_name
- /// </summary>
- public string object_name { get; set; }
- /// <summary>
- /// object_type
- /// </summary>
- public string object_type { get; set; }
- /// <summary>
- /// article
- /// </summary>
- public string article { get; set; }
- }
- }
|