Class LogPartsUsedRemoveSetup
Inheritance
System.Object
LogPartsUsedRemoveSetup
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 LogPartsUsedRemoveSetup
Constructors
Declaration
[ConstructorIndex(0)]
public LogPartsUsedRemoveSetup(string partRequestDetailIDNum, int removeSitePartObjid)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.Int32 |
removeSitePartObjid |
|
Declaration
[ConstructorIndex(1)]
public LogPartsUsedRemoveSetup(string partRequestDetailIDNum, string caseIDNum, int removeSitePartObjid)
Parameters
Type |
Name |
Description |
System.String |
partRequestDetailIDNum |
|
System.String |
caseIDNum |
|
System.Int32 |
removeSitePartObjid |
|
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(1024)]
public string FailureCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
[Obsolete("This property has no effect", false)]
public bool InstallAtSite { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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(32768)]
public int RemoveQuantity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(32)]
public int RemoveSitePartObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(128)]
public string ToBin { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(256)]
public string ToContainer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(512)]
public bool ToGood { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(64)]
public string ToLocation { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4194304)]
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|