Table of Contents

Class EmbedField

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

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
object
EmbedField
Implements

Properties

IsInline

Whether the field should be displayed inline.

public bool IsInline { get; set; }

Property Value

bool

Name

The name of the field.

public string Name { get; set; }

Property Value

string

Value

The value of the field.

public string Value { get; set; }

Property Value

string

Methods

Create(FluxerBaseClient, EmbedFieldJson)

Create a EmbedField object from json.

public static EmbedField Create(FluxerBaseClient client, EmbedFieldJson json)

Parameters

client FluxerBaseClient
json EmbedFieldJson

Returns

EmbedField