Table of Contents

Class DocumentUploadSession

Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll

public class DocumentUploadSession : Entity, IIdentity

Inheritance

objectEntityDocumentUploadSession

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

Guid

ComponentName

public string ComponentName { get; set; }

Property Value

string

DocumentId

public Guid DocumentId { get; set; }

Property Value

Guid

FileName

public string FileName { get; set; }

Property Value

string

FileSize

public int FileSize { get; set; }

Property Value

int

WorkflowId

public Guid WorkflowId { get; set; }

Property Value

Guid