Class SimpleDocumentTemplateInfo
Plain-old-data implementation of IDocumentTemplateInfo, intended for situations
where the client knows everything and does not want the database to be involved
(for instance, when running on unsaved data)
Inheritance
SimpleDocumentTemplateInfo
Assembly: SoDataBase.dll
Syntax
public class SimpleDocumentTemplateInfo : IDocumentTemplateInfo
Constructors
SimpleDocumentTemplateInfo()
Declaration
public SimpleDocumentTemplateInfo()
Properties
DocumentStoredInPluginId
Declaration
public int DocumentStoredInPluginId { get; set; }
Property Value
ExternalReference
Declaration
public string ExternalReference { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
MimeType
Declaration
public string MimeType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Rank
Declaration
public int Rank { get; set; }
Property Value
Registered
Declaration
public DateTime Registered { get; set; }
Property Value
TemplateStoredInPluginId
Declaration
public int TemplateStoredInPluginId { get; set; }
Property Value
Declaration
public string Tooltip { get; set; }
Property Value
Updated
Declaration
public DateTime Updated { get; set; }
Property Value
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)