Show / Hide Table of Contents

    Struct CacheContext<TEntity>

    The stored cache context

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.Graph.Communications.Client.Cache
    Assembly: Microsoft.Graph.Communications.Client.dll
    Syntax
    public struct CacheContext<TEntity>
    
        where TEntity : Entity
    Type Parameters
    Name Description
    TEntity

    The type of the entity.

    Properties

    Id

    Gets or sets the context identifier.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    String

    Resource

    Gets or sets the resource.

    Declaration
    public TEntity Resource { get; set; }
    Property Value
    Type Description
    TEntity

    ScenarioId

    Gets or sets the scenario identifier associated with this resource.

    Declaration
    public Guid ScenarioId { get; set; }
    Property Value
    Type Description
    Guid

    TenantId

    Gets or sets the tenant identifier associated with this resource.

    Declaration
    public string TenantId { get; set; }
    Property Value
    Type Description
    String
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.