DynamicData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A dynamic abstraction over content data, such as JSON.
This and related types are not intended to be mocked.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.Serialization.DynamicData+DynamicDataJsonConverter))]
public sealed class DynamicData : IDisposable, System.Dynamic.IDynamicMetaObjectProvider
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.Serialization.DynamicData+DynamicDataJsonConverter))>]
type DynamicData = class
interface IDisposable
interface IDynamicMetaObjectProvider
Public NotInheritable Class DynamicData
Implements IDisposable, IDynamicMetaObjectProvider
- Inheritance
-
DynamicData
- Attributes
- Implements
Methods
Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
ToString() |
Returns a string that represents the current object. |
Operators
Explicit Interface Implementations
IDynamicMetaObjectProvider.GetMetaObject(Expression) |
Returns the DynamicMetaObject responsible for binding operations performed on this object. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET