Show / Hide Table of Contents

Class Dictlayerdata.DictData.WordsData

Inheritance
object
Dictlayerdata.DictData.WordsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Dictlayerdata.DictData.WordsData

Properties

Derivatives

Declaration
[JsonProperty("derivatives")]
public virtual IList<Dictlayerdata.DictData.WordsData.DerivativesData> Derivatives { get; set; }
Property Value
Type Description
IList<Dictlayerdata.DictData.WordsData.DerivativesData>

Examples

Declaration
[JsonProperty("examples")]
public virtual IList<Dictlayerdata.DictData.WordsData.ExamplesData> Examples { get; set; }
Property Value
Type Description
IList<Dictlayerdata.DictData.WordsData.ExamplesData>

Senses

Declaration
[JsonProperty("senses")]
public virtual IList<Dictlayerdata.DictData.WordsData.SensesData> Senses { get; set; }
Property Value
Type Description
IList<Dictlayerdata.DictData.WordsData.SensesData>

Source

The words with different meanings but not related words, e.g. "go" (game) and "go" (verb).

Declaration
[JsonProperty("source")]
public virtual Dictlayerdata.DictData.WordsData.SourceData Source { get; set; }
Property Value
Type Description
Dictlayerdata.DictData.WordsData.SourceData
In this article
Back to top Generated by DocFX