Class UnrelateContractItemFromSitePartSetup
Inheritance
System.Object
UnrelateContractItemFromSitePartSetup
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 UnrelateContractItemFromSitePartSetup
Constructors
UnrelateContractItemFromSitePartSetup(Int32, String, String, String)
Declaration
[ConstructorIndex(0)]
public UnrelateContractItemFromSitePartSetup(int contractObjid, string partNumber, string partDomain, string partRevision)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | contractObjid | |
System.String | partNumber | |
System.String | partDomain | |
System.String | partRevision |
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 |