Class DocumentUploadSession
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
public class DocumentUploadSession : Entity, IIdentity
Inheritance
object ← Entity ← DocumentUploadSession
Implements
IIdentity
Inherited Members
Entity.GetResourceName(), Entity.Id, Entity.Version, Entity.CreatedBy, Entity.CreatedAt, Entity.ModifiedBy, Entity.ModifiedAt, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<DocumentUploadSession>(DocumentUploadSession)
Constructors
DocumentUploadSession()
public DocumentUploadSession()
Properties
ActivityId
public Guid ActivityId { get; set; }
Property Value
ComponentName
public string ComponentName { get; set; }
Property Value
DocumentId
public Guid DocumentId { get; set; }
Property Value
FileName
public string FileName { get; set; }
Property Value
FileSize
public int FileSize { get; set; }
Property Value
WorkflowId
public Guid WorkflowId { get; set; }