Class EsDocument
Assembly: Volo.Docs.Domain.dll
Syntax
Constructors
EsDocument()
Declaration
Properties
Content
Declaration
public string Content { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
Highlight
Declaration
public List<string> Highlight { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
ProjectId
Declaration
public string ProjectId { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Extension Methods