ITraceCoverageExcludedModel interface
Namespace: NextDesign.Desktop
Description
Tracing exclusion target model information
Models set as trace exclusion targets are excluded from trace coverage calculation targets.
Affiliation area
Name | Description |
---|---|
Trace | A set of APIs to access trace information. |
Property
Name | Description |
---|---|
Direction | Exclude trace direction - "Source" : Exclude relation to origin - "Target" : Exclude relation to derived destination - "Both" : Exclude relation to derived source and derived destination |
Model | Excluded model If the model has been deleted, returns null. In addition, if the corresponding model is proxied, returns the proxy information of the model. |
ModelId | Identifier of model to exclude |
Reason | exclusion reason |
Method
Name | Description |
---|---|
Delete | Deletes model information for this trace exclusion. |