For example we might record that a report placeholder evaluates a particular form of a particular attribute.
Public Member Functions | |
HRESULT | ConstraintType ([out, retval] EnumDSSReconcileConstraintType *opType) |
This read-only property indicates the type of the constraint. | |
HRESULT | SecondaryReference ([out, retval] IDSSExtendedReference oppReference) |
We record reference information for secondary object to which the constraint applies. | |
HRESULT | TargetReference ([out, retval] IDSSExtendedReference oppReference) |
We record reference information for object to which the constraint applies. | |
HRESULT | TertiaryReference ([out, retval] IDSSExtendedReference oppReference) |
We record reference information for tertiary object to which the constraint applies. | |
HRESULT | Values ([out, retval] IDSSExtendedData oppData) |
We record simple properties for the constaint. |
|
This read-only property indicates the type of the constraint. Which of the other constaint properties are used depends on the value of this property. |
|
We record reference information for secondary object to which the constraint applies. Some constaints describe the relationship between this placeholder and two objects. For example we can record that a report placeholder depends on a particular form of an attribute. This property would be used to identify the attribute.
|
|
We record reference information for object to which the constraint applies. Some constaints describe the relationship between this placeholder and another object. For example they may record that the placeholder is embedded in the other object. For these constraints this property returns information about the other object.
|
|
We record reference information for tertiary object to which the constraint applies. Some constaints describe the relationship between this placeholder and three objects. For example we can record that a document placeholder depends on a particular form of a particular attribute that is used on a report. This property would be used to identify the report.
|
|
We record simple properties for the constaint. This method returns a read-only collection of key value pairs. The supported keys depend on the constraint type.
|