| Interface | Description |
|---|---|
| ProjectView |
Class representing a view of the project hierarchy (hence applying only to resources).
|
| ReferenceView |
Class representing a view into the reference graph defined by resources.
|
| Class | Description |
|---|---|
| BaseQuery |
base class for queries.
|
| CanonicalDelta |
Represents the delta between two canonical values.
|
| CanonicalResource |
The canonical (in-memory) representation of the resource, along with its reference and its digest.
|
| ChangeDescriptor |
Represents a change on a resource.
|
| ChangeDescriptor.Create |
Describes a create operation
|
| ChangeDescriptor.Delete |
Describes a delete operation on a resource
|
| ChangeDescriptor.IdentityChange |
Represents an identity change operation on a resource
|
| ChangeDescriptor.Update |
Describes an update operation on a resource.
|
| ChangeDescriptor.UpdateAndIdentityChange |
Describes a combined update and identity change operation on a resource.
|
| ChangeRecord |
Represents a change made to the component, including creation, deletion, updating, etc
|
| DependencyQuery |
Class for making a query to get the Parents/Childs based on the dependency graph established by the references from one resource to another.
|
| Diagnostic |
Represent a particular validation message related to a resource.
|
| Diagnostics |
Container for a collection of
Diagnostic entries relevant to a particular resource. |
| DiffEntry |
Represents a diff entry for a resource, folder, or project.
|
| Digest |
Contains digest information about a particular resource instance, including its version number, digest etc.
|
| LocationProperties |
Information about a location (project or folder).
|
| Metadata |
Represents metadata for a resource instance
|
| PortableDelta |
Portable (serialized) representation of a delta between two values.
|
| PortableResource |
Portable (serialized) representation of the resource along with its reference and the digest information
|
| ResourceQuery |
Query for searching resources based on various properties
|
| Snapshot<T> |
Contains a snapshot of resources, and certain values associated with them.
|
| SnapshotDelta<TAdd,TUpdate> |
Container object for representing deltas between two snapshots.
|
| Snapshots |
Helper class for managing snapshots and deltas
|
| Summary |
Represents interesting (summary) information derived only from the resource data and its reference.
|
| Enum | Description |
|---|---|
| ChangeRecord.ChangeHistoryType |
Indicates how the resulting list should be computed
|
| Diagnostic.Severity |
Enumerated type that describes how this status should be interpreted by the configuration framework.
|
| Diagnostic.UserSeverity |
Describes the user visible severity of the diagnostic message.
|
| Digest.DigestComputationStyle |
Represents the algorithm two use when computing a new digest for a resource that is being created or updated.
|