Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The FilterContext type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FilterContext(NamespaceTable, ITypeTable) |
Initializes the context.
| |
| FilterContext(NamespaceTable, ITypeTable, IOperationContext) |
Initializes the context.
| |
| FilterContext(NamespaceTable, ITypeTable, IList<(Of <<'(String>)>>)) |
Initializes the context.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AuditEntryId |
The audit identifier associated with the operation.
| |
| DiagnosticsMask |
The mask to use when collecting any diagnostic information.
| |
| NamespaceUris |
The namespace table to use when evaluating filters.
| |
| OperationDeadline |
When the operation times out.
| |
| OperationStatus |
The current status of the the operation (bad if the operation has been aborted).
| |
| PreferredLocales |
The locales to use if available.
| |
| SessionId |
The identifier for the session (null if multiple sessions are associated with the operation).
| |
| StringTable |
The table of strings which is used to store diagnostic string data.
| |
| TypeTree |
The type tree to use when evaluating filters.
| |
| UserIdentity |
The identity of the user.
|