Show / Hide Table of Contents

Class JobFormFieldPost

Inheritance
System.Object
JobFormFieldPost
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Job
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class JobFormFieldPost

Fields

View Source

AssetAction

Declaration
public int AssetAction
Field Value
Type Description
System.Int32
View Source

Barcode

Declaration
public string Barcode
Field Value
Type Description
System.String
View Source

FieldKey

Declaration
public string FieldKey
Field Value
Type Description
System.String
View Source

FormFieldValue

Declaration
public string FormFieldValue
Field Value
Type Description
System.String
View Source

PartId

Declaration
public long PartId
Field Value
Type Description
System.Int64
View Source

ReviewerComments

Declaration
public string ReviewerComments
Field Value
Type Description
System.String
View Source

RowNo

Declaration
public int RowNo
Field Value
Type Description
System.Int32
View Source

SerialNo

Declaration
public string SerialNo
Field Value
Type Description
System.String

Methods

View Source

GetAssetActionTypeName(Int32)

Fetches the name of an asset action from a given id.

Declaration
public static string GetAssetActionTypeName(int assetAction)
Parameters
Type Name Description
System.Int32 assetAction
Returns
Type Description
System.String

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX