Interface ICaseDocument
The case document client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseDocument : IModel, IEquatable<ICaseDocument>
Properties
Content
The document content
Declaration
string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContentFile
The document file name
Declaration
string ContentFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContentType
The document content type
Declaration
string ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The document name
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |