Show / Hide Table of Contents

    Interface IResource<TSelf, TEntity>

    The stateful resource interface.

    Inherited Members
    IResource.Id
    IResource.ModifiedDateTime
    IResourceBase.CreatedDateTime
    IResourceBase.Client
    IResourceBase.GraphClient
    IResourceBase.GraphLogger
    IResourceBase.ResourcePath
    IDisposable.Dispose()
    Namespace: Microsoft.Graph.Communications.Resources
    Assembly: Microsoft.Graph.Communications.Client.dll
    Syntax
    public interface IResource<out TSelf, TEntity> : IResource, IResourceBase, IDisposable where TSelf : IResource where TEntity : Entity
    Type Parameters
    Name Description
    TSelf

    The self type of the resource.

    TEntity

    The containing Entity type.

    Properties

    Resource

    Gets the resource.

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

    Events

    OnUpdated

    Event fired when this resource has been updated.

    Declaration
    event ResourceEventHandler<TSelf, TEntity> OnUpdated
    Event Type
    Type Description
    ResourceEventHandler<TSelf, TEntity>

    See Also

    IResource
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.