//------------------------------------------------------------------------------
//
// 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 Neo.Afx.Services.Documents.Entities
{
using System.Web.Script.Serialization;
using System;
using System.Collections.Generic;
public partial class DocumentsUser
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public DocumentsUser()
{
this.Documents = new HashSet();
this.Documents1 = new HashSet();
this.DocumentStoreLocations = new HashSet();
this.DocumentStoreLocations1 = new HashSet();
this.ScanSessions = new HashSet();
}
public long UserID { get; set; }
public string FullName { get; set; }
public string KnownAs { get; set; }
public string Email { get; set; }
[ScriptIgnore]
internal long CreatedByID { get; set; }
[ScriptIgnore]
internal System.DateTime CreatedDate { get; set; }
[ScriptIgnore]
internal long UpdatedByID { get; set; }
[ScriptIgnore]
internal System.DateTime UpdatedDate { get; set; }
public short UserStatusID { get; set; }
public Nullable UserProfileDocID { get; set; }
public Nullable OfficeLocationID { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
[ScriptIgnore]
public virtual ICollection Documents { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
[ScriptIgnore]
public virtual ICollection Documents1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
[ScriptIgnore]
public virtual ICollection DocumentStoreLocations { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
[ScriptIgnore]
public virtual ICollection DocumentStoreLocations1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
[ScriptIgnore]
public virtual ICollection ScanSessions { get; set; }
}
}