//------------------------------------------------------------------------------ // // 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; /// /// MSsnapshotdeliveryprogress /// public partial class MSsnapshotdeliveryprogress { /// /// session_token /// public string session_token { get; set; } /// /// progress_token_hash /// public int progress_token_hash { get; set; } /// /// progress_token /// public string progress_token { get; set; } /// /// progress_timestamp /// public Nullable progress_timestamp { get; set; } } }