Checks it the access description can access a time series based on this ItemDescription.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public void IsAccessibleWith(
	ItemDescription accessorDescription,
	ItemDescriptionElements elementsToConsider
)

Parameters

accessorDescription
Type: TeaTime..::..ItemDescription
ItemDescription that describes the type used to access the file.
elementsToConsider
Type: TeaTime..::..ItemDescriptionElements
The amount of details used for the test.

Remarks

policies:
If accessorDescription has no fields, the check will always succeed.

Exceptions

ExceptionCondition
TeaTime..::..TypeMismatchExceptionIf the accessor type is not suitable to access the file.

See Also