Class EmbedField
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public class EmbedField : IEmbedField
- Inheritance
-
objectEmbedField
- Implements
Properties
IsInline
Whether the field should be displayed inline.
public bool IsInline { get; set; }
Property Value
Name
The name of the field.
public string Name { get; set; }
Property Value
Value
The value of the field.
public string Value { get; set; }
Property Value
Methods
Create(FluxerBaseClient, EmbedFieldJson)
Create a EmbedField object from json.
public static EmbedField Create(FluxerBaseClient client, EmbedFieldJson json)
Parameters
clientFluxerBaseClientjsonEmbedFieldJson