Class UpdateCaseSetup
Inheritance
System.Object
UpdateCaseSetup
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 UpdateCaseSetup
Constructors
Declaration
[ConstructorIndex(0)]
public UpdateCaseSetup(string caseIDNum)
Parameters
Type |
Name |
Description |
System.String |
caseIDNum |
|
Properties
Declaration
[PropertyBitValue(32768)]
public AdditionalFields AdditionalFields { get; }
Property Value
Declaration
[PropertyBitValue(1)]
public string CaseIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(8)]
public string CaseType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(8192)]
public bool ClearContractRelation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(16384)]
public bool ClearPartRevisionRelation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(4096)]
public bool ClearSitePartRelation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(2048)]
public int ContractObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(128)]
public bool GenerateTimeBombs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(65536)]
public bool OnlyOpen { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(64)]
public bool OnlyOwner { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(512)]
public int PartRevisionObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(2)]
public string Priority { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4)]
public string Severity { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1024)]
public int SitePartObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[PropertyBitValue(256)]
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(32)]
public DateTime UpdateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(16)]
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|