Class CreateBOMSetup
Inheritance
System.Object
CreateBOMSetup
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()
Namespace: FChoice.Toolkits.Clarify.Interfaces
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class CreateBOMSetup
Constructors
CreateBOMSetup(String, String, String, String, String, String, Int32)
Declaration
[ConstructorIndex(0)]
public CreateBOMSetup(string parentPartNumber, string parentPartDomain, string parentPartRevision, string childPartNumber, string childPartDomain, string childPartRevision, int quantity)
Parameters
Type | Name | Description |
---|---|---|
System.String | parentPartNumber | |
System.String | parentPartDomain | |
System.String | parentPartRevision | |
System.String | childPartNumber | |
System.String | childPartDomain | |
System.String | childPartRevision | |
System.Int32 | quantity |
Properties
ChildPartDomain
Declaration
[PropertyBitValue(16)]
public string ChildPartDomain { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChildPartNumber
Declaration
[PropertyBitValue(8)]
public string ChildPartNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChildPartRevision
Declaration
[PropertyBitValue(32)]
public string ChildPartRevision { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentPartDomain
Declaration
[PropertyBitValue(2)]
public string ParentPartDomain { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentPartNumber
Declaration
[PropertyBitValue(1)]
public string ParentPartNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentPartRevision
Declaration
[PropertyBitValue(4)]
public string ParentPartRevision { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Quantity
Declaration
[PropertyBitValue(64)]
public int Quantity { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |