Class RelateContractItemToSitePartSetup
Inheritance
System.Object
RelateContractItemToSitePartSetup
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.Contracts
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class RelateContractItemToSitePartSetup
Constructors
RelateContractItemToSitePartSetup(Int32, String, String, String, String)
Declaration
[ConstructorIndex(0)]
public RelateContractItemToSitePartSetup(int contractObjid, string partNumber, string partDomain, string partRevision, string serialNumber)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | contractObjid | |
System.String | partNumber | |
System.String | partDomain | |
System.String | partRevision | |
System.String | serialNumber |
Properties
ContractObjid
Declaration
[PropertyBitValue(1)]
public int ContractObjid { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PartDomain
Declaration
[PropertyBitValue(4)]
public string PartDomain { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PartNumber
Declaration
[PropertyBitValue(2)]
public string PartNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PartRevision
Declaration
[PropertyBitValue(8)]
public string PartRevision { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SerialNumber
Declaration
[PropertyBitValue(16)]
public string SerialNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |