Class AddWorkaroundSetup
Inheritance
System.Object
AddWorkaroundSetup
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 AddWorkaroundSetup
Constructors
AddWorkaroundSetup(Int32, String)
Declaration
[ConstructorIndex(1)]
public AddWorkaroundSetup(int solutionObjid, string workaround)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | solutionObjid | |
System.String | workaround |
AddWorkaroundSetup(String, String)
Declaration
[ConstructorIndex(0)]
public AddWorkaroundSetup(string solutionIDNum, string workaround)
Parameters
Type | Name | Description |
---|---|---|
System.String | solutionIDNum | |
System.String | workaround |
Properties
AdditionalFields
Declaration
[PropertyBitValue(64)]
public AdditionalFields AdditionalFields { get; }
Property Value
Type | Description |
---|---|
AdditionalFields |
CreateDate
Declaration
[PropertyBitValue(16)]
public DateTime CreateDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
IsPublic
Declaration
[PropertyBitValue(8)]
public bool IsPublic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ResolutionCode
Declaration
[PropertyBitValue(32)]
public string ResolutionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SolutionIDNum
Declaration
[PropertyBitValue(1)]
public string SolutionIDNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SolutionObjid
Declaration
[PropertyBitValue(2)]
public int SolutionObjid { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Workaround
Declaration
[PropertyBitValue(4)]
public string Workaround { get; set; }
Property Value
Type | Description |
---|---|
System.String |