Class UpdatePartRevisionSetup
Inheritance
System.Object
UpdatePartRevisionSetup
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 UpdatePartRevisionSetup
Constructors
Declaration
[ConstructorIndex(0)]
public UpdatePartRevisionSetup(string partNumber, string partDomain, string partRevision)
Parameters
Type |
Name |
Description |
System.String |
partNumber |
|
System.String |
partDomain |
|
System.String |
partRevision |
|
Properties
Declaration
[PropertyBitValue(512)]
public string NewPartRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
PartDomain
Declaration
[PropertyBitValue(2)]
public string PartDomain { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1)]
public string PartNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4)]
public string PartRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(64)]
public DateTime ReplaceDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
ReplacePartDomain
Declaration
[PropertyBitValue(16)]
public string ReplacePartDomain { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(8)]
public string ReplacePartNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(32)]
public string ReplacePartRevision { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(128)]
public PartRevisionStatus Status { get; set; }
Property Value