DocumentAuthor 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.
Document author.
public class DocumentAuthor : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.DocumentAuthor>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.DocumentAuthor>
type DocumentAuthor = class
interface IJsonModel<DocumentAuthor>
interface IPersistableModel<DocumentAuthor>
Public Class DocumentAuthor
Implements IJsonModel(Of DocumentAuthor), IPersistableModel(Of DocumentAuthor)
- Inheritance
-
DocumentAuthor
- Implements
Constructors
DocumentAuthor() |
Initializes a new instance of DocumentAuthor. |
Properties
FullName |
Text representation of the full name. |
Id |
author id. |
Explicit Interface Implementations
IJsonModel<DocumentAuthor>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DocumentAuthor>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DocumentAuthor>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DocumentAuthor>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DocumentAuthor>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET