AtomTextConstruct Class
Represents an Atom metadata description for a text construct (plain text, html or xhtml).
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataAnnotatable
Microsoft.Data.OData.Atom.AtomTextConstruct
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class AtomTextConstruct _
Inherits ODataAnnotatable
'Usage
Dim instance As AtomTextConstruct
public sealed class AtomTextConstruct : ODataAnnotatable
public ref class AtomTextConstruct sealed : public ODataAnnotatable
[<SealedAttribute>]
type AtomTextConstruct =
class
inherit ODataAnnotatable
end
public final class AtomTextConstruct extends ODataAnnotatable
The AtomTextConstruct type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AtomTextConstruct | Creates a new instance of the AtomTextConstruct class. |
Top
Properties
Name | Description | |
---|---|---|
Kind | Gets or sets the kind of the text construct (plain text, html, xhtml). | |
Text | Gets or sets the text content. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetAnnotation<T> | Gets or sets the annotation by type. (Inherited from ODataAnnotatable.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
SetAnnotation<T> | Sets an annotation of type T. (Inherited from ODataAnnotatable.) | |
ToString | (Inherited from Object.) | |
ToTextConstruct | Converts a string to an AtomTextConstruct instance. |
Top
Operators
Name | Description | |
---|---|---|
Implicit(String to AtomTextConstruct) | Converts a string to an AtomTextConstruct instance. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.