Class CloseSubcaseSetup
Inheritance
System.Object
CloseSubcaseSetup
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.Support
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class CloseSubcaseSetup
Constructors
CloseSubcaseSetup(String)
Declaration
[ConstructorIndex(0)]
public CloseSubcaseSetup(string subcaseIDNum)
Parameters
Type | Name | Description |
---|---|---|
System.String | subcaseIDNum |
Properties
AdditionalFields
Declaration
[PropertyBitValue(128)]
public AdditionalFields AdditionalFields { get; }
Property Value
Type | Description |
---|---|
AdditionalFields |
CloseDate
Declaration
[PropertyBitValue(32)]
public DateTime CloseDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
GenerateTimeBombs
Declaration
[PropertyBitValue(64)]
public bool GenerateTimeBombs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Resolution
Declaration
[PropertyBitValue(4)]
public string Resolution { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Declaration
[PropertyBitValue(2)]
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubcaseIDNum
Declaration
[PropertyBitValue(1)]
public string SubcaseIDNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Summary
Declaration
[PropertyBitValue(8)]
public string Summary { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Declaration
[PropertyBitValue(16)]
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |