Interface IResource<TSelf, TEntity>
The stateful resource interface.
Inherited Members
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> |