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