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