Class LogPartsUsedInstallSetup
Inheritance
System.Object
LogPartsUsedInstallSetup
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()
Assembly: FChoice.Toolkits.Clarify.dll
public class LogPartsUsedInstallSetup
Constructors
Declaration
[ConstructorIndex(1)]
public LogPartsUsedInstallSetup(string partRequestDetailIDNum, string installPartNumber, string installPartRevision, string installPartDomain, int installQuantity)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.String |
installPartNumber |
|
System.String |
installPartRevision |
|
System.String |
installPartDomain |
|
System.Int32 |
installQuantity |
|
Declaration
[ConstructorIndex(0)]
public LogPartsUsedInstallSetup(string partRequestDetailIDNum, string installPartNumber, string installPartRevision, string installPartDomain, string installSerialNumber)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.String |
installPartNumber |
|
System.String |
installPartRevision |
|
System.String |
installPartDomain |
|
System.String |
installSerialNumber |
|
Declaration
[ConstructorIndex(3)]
public LogPartsUsedInstallSetup(string partRequestDetailIDNum, string caseIDNum, string installPartNumber, string installPartRevision, string installPartDomain, int installQuantity)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.String |
caseIDNum |
|
System.String |
installPartNumber |
|
System.String |
installPartRevision |
|
System.String |
installPartDomain |
|
System.Int32 |
installQuantity |
|
Declaration
[ConstructorIndex(2)]
public LogPartsUsedInstallSetup(string partRequestDetailIDNum, string caseIDNum, string installPartNumber, string installPartRevision, string installPartDomain, string installSerialNumber)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.String |
caseIDNum |
|
System.String |
installPartNumber |
|
System.String |
installPartRevision |
|
System.String |
installPartDomain |
|
System.String |
installSerialNumber |
|
Properties
Declaration
[PropertyBitValue(8388608)]
public bool AllowMove { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(2)]
public string CaseIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2097152)]
public string EngineerUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(262144)]
public string FromBin { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(524288)]
public string FromContainer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1048576)]
public bool FromGood { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(131072)]
public string FromLocation { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
public bool InstallAtSite { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
InstallPartDomain
Declaration
[PropertyBitValue(8192)]
public string InstallPartDomain { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2048)]
public string InstallPartNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4096)]
public string InstallPartRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(65536)]
public string InstallPrice { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(32768)]
public int InstallQuantity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(16384)]
public string InstallSerialNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16777216)]
public DateTime LogDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(8)]
public int ParentSitePartObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(1)]
public string PartRequestDetailIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4194304)]
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|