Class DocumentWithoutDetails
Inheritance
DocumentWithoutDetails
Assembly: Volo.Docs.Domain.dll
Syntax
public class DocumentWithoutDetails
Constructors
DocumentWithoutDetails()
Declaration
public DocumentWithoutDetails()
Properties
Declaration
public virtual string Format { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
LanguageCode
Declaration
public virtual string LanguageCode { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Version
Declaration
public virtual string Version { get; set; }
Property Value
Extension Methods