Class AttachedFile
Base class for the attached file classes.
Inheritance
System.Object
AttachedFile
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class AttachedFile : HasCustomFieldValues
Properties
AttachedFileId
Attached file id.
Declaration
public int AttachedFileId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
AttachedFileName
File name.
Declaration
public string AttachedFileName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
Description of the file.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Size
Size of the file (in bytes).
Declaration
public int? Size { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |