Provides access to members that edit a contingent value.
Members
Name | Description | |
---|---|---|
AllowAnyDomainValue | This contingency allows any values from the field domain. | |
CodedValue | The coded value of a coded value contingency. | |
CodedValue | This contingency limits the field value to a value from a coded value domain. | |
Count | Count of contingent values | |
FieldGroup | The group of fields the contingent value applies to. | |
GetRange | The range of a range contingency. | |
ID | The unique ID of the contingent value. | |
ID | The unique ID of the contingent value. | |
Initialize | Initialize the contingent value for its field group. Must call first. | |
IsRetired | Is this contingency retired? | |
IsRetired | Is this contingency retired? | |
PutRange | This contingency limits the field value to a sub-range of a range domain. | |
RenameFieldGroup | Renames the underlying Field Group. It does not do any initialization | |
RequireNull | This contingency requires that the field value be null. | |
SubType | The subtype the contingent value applies to (if on a subtype class). | |
SubType | The subtype the contingent value applies to (if on a subtype class). | |
Type | The type of contingency. |
IContingentValueEdit.AllowAnyDomainValue Method
This contingency allows any values from the field domain.
Public Sub AllowAnyDomainValue ( _
ByVal FieldIndex As Integer _
)
public void AllowAnyDomainValue (
int FieldIndex
);
IContingentValueEdit.CodedValue Property
This contingency limits the field value to a value from a coded value domain.
Public Sub set_CodedValue ( _
ByVal FieldIndex As Integer, _
ByVal A_2 As Object _
)
public void set_CodedValue (
int FieldIndex,
object A_2
);
IContingentValueEdit.CodedValue Property
This contingency limits the field value to a value from a coded value domain.
Public Sub set_CodedValue ( _
ByVal FieldIndex As Integer, _
ByVal A_2 As Object _
)
public void set_CodedValue (
int FieldIndex,
object A_2
);
IContingentValueEdit.ID Property
The unique ID of the contingent value.
Public WriteOnly Property ID_2
public void ID_2 {set;}
IContingentValueEdit.ID Property
The unique ID of the contingent value.
Public WriteOnly Property ID_2
public void ID_2 {set;}
IContingentValueEdit.Initialize Method
Initialize the contingent value for its field group. Must call first.
Public Sub Initialize ( _
ByVal FieldGroup As IFieldGroup _
)
public void Initialize (
IFieldGroup FieldGroup
);
IContingentValueEdit.IsRetired Property
Is this contingency retired?.
Public WriteOnly Property IsRetired_2
public void IsRetired_2 {set;}
IContingentValueEdit.IsRetired Property
Is this contingency retired?.
Public WriteOnly Property IsRetired_2
public void IsRetired_2 {set;}
IContingentValueEdit.PutRange Method
This contingency limits the field value to a sub-range of a range domain.
Public Sub PutRange ( _
ByVal FieldIndex As Integer, _
ByVal MinValue As Double, _
ByVal MaxValue As Double _
)
public void PutRange (
int FieldIndex,
double MinValue,
double MaxValue
);
IContingentValueEdit.RenameFieldGroup Method
Renames the underlying Field Group. It does not do any initialization
Public Sub RenameFieldGroup ( _
ByVal fieldGroupName As String _
)
public void RenameFieldGroup (
string fieldGroupName
);
IContingentValueEdit.RequireNull Method
This contingency requires that the field value be null.
Public Sub RequireNull ( _
ByVal FieldIndex As Integer _
)
public void RequireNull (
int FieldIndex
);
IContingentValueEdit.SubType Property
The subtype the contingent value applies to (if on a subtype class).
Public WriteOnly Property SubType_2
public void SubType_2 {set;}
IContingentValueEdit.SubType Property
The subtype the contingent value applies to (if on a subtype class).
Public WriteOnly Property SubType_2
public void SubType_2 {set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IContingentValue | Provides access to members that describe a contingent value. |
Classes that implement IContingentValueEdit
Classes | Description |
---|---|
ContingentValue |