Show / Hide Table of Contents

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
Object
SimpleDocumentTemplateInfo
Implements
IDocumentTemplateInfo
Namespace: SuperOffice.CRM.Entities.Providers
Assembly: SoDataBase.dll
Syntax
public class SimpleDocumentTemplateInfo : Object, IDocumentTemplateInfo

Constructors

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)

Declaration
public SimpleDocumentTemplateInfo()

Properties

DocumentStoredInPluginId

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)

Declaration
public int DocumentStoredInPluginId { get; set; }
Property Value
Type Description
Int32

ExternalReference

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)

Declaration
public string ExternalReference { get; set; }
Property Value
Type Description
String

Id

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)

Declaration
public int Id { get; set; }
Property Value
Type Description
Int32

IsDeleted

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)

Declaration
public bool IsDeleted { get; set; }
Property Value
Type Description
Boolean

MimeType

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)

Declaration
public string MimeType { get; set; }
Property Value
Type Description
String

Name

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)

Declaration
public string Name { get; set; }
Property Value
Type Description
String

Rank

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)

Declaration
public int Rank { get; set; }
Property Value
Type Description
Int32

Registered

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)

Declaration
public DateTime Registered { get; set; }
Property Value
Type Description
DateTime

TemplateStoredInPluginId

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)

Declaration
public int TemplateStoredInPluginId { get; set; }
Property Value
Type Description
Int32

Tooltip

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)

Declaration
public string Tooltip { get; set; }
Property Value
Type Description
String

Updated

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)

Declaration
public DateTime Updated { get; set; }
Property Value
Type Description
DateTime

Implements

IDocumentTemplateInfo

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top