Show / Hide Table of Contents

Class SupplierFile

Wraps a supplier file.

Inheritance
System.Object
JTObject
HasCustomFieldValues
AttachedFile
SupplierFile
Inherited Members
AttachedFile.Description
AttachedFile.Size
AttachedFile.AttachedFileId
AttachedFile.AttachedFileName
HasCustomFieldValues.CustomFieldValues
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 SupplierFile : AttachedFile

Constructors

SupplierFile(Int32)

Creates a new SupplierFile object to be used when updating a file.

Declaration
public SupplierFile(int id_)
Parameters
Type Name Description
System.Int32 id_

Identifies the file.

SupplierFile(Int32, String)

Creates a new SupplierFile object to be used when uploading a file.

Declaration
public SupplierFile(int supplierId_, string name_)
Parameters
Type Name Description
System.Int32 supplierId_

Supplier to which the file belongs.

System.String name_

Name to used for the uploaded file.

Properties

SupplierId

Supplier to which this file belongs.

Declaration
public int SupplierId { get; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX