Search Results for

    Show / Hide Table of Contents

    Interface IDocument

    The system entity for a Document, which allows for storing documents against any entities in the system

    See https://help.lemonedge.com/documents/ for more information

    Inherited Members
    IAttachableBase.Name
    IAttachableBase.Description
    IAttachableBase.Date
    IBaseEntity.GetLabel(string)
    IBaseEntity.SetLabel(string, string)
    IBaseEntity.SetSilentLabel(string, string)
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.AlgorithmStepID
    IBaseEntity.SafeID
    IEquatable<IBaseEntity>.Equals(IBaseEntity)
    INotifyPropertyChanged.PropertyChanged
    INotifyPropertyChanging.PropertyChanging
    ICloneableAsync.Clone(object)
    ICloneableAsync.CopyFromSource(object)
    ICanTrackProperties.HasTrackedPropertyChanged(string)
    ICanTrackProperties.OriginalTrackedPropertyValue(string)
    ICanTrackProperties.OriginalTrackedPropertyValue<T>(string)
    ICanTrackProperties.ClearTrackedOriginalValues()
    ICanTrackProperties.GetAllOriginalTrackedPropertyValues()
    IHasVersion.IsSystem
    IHasVersion.Version
    IHasDocumentCategory.CategoryID
    Namespace: LemonEdge.API.Entities.Workflow
    Assembly: LemonEdge.API.dll
    Syntax
    [EntityDefinition(EntityID.Document, "dbo.LT_Documents", "Document", IsStandingDataEntity = false, LabelColumn = "Name")]
    [DefaultEntityIcon(ImageType.Documents)]
    [ForeignPermissions(2, "ID", typeof(IDocumentOwner), "DocumentID", RelationshipJoinType.Exclusive)]
    public interface IDocument : IAttachableBase, IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, IHasVersion, IHasDocumentCategory

    Properties

    FileType

    The type of file ascertained from the file extension

    Declaration
    [EntityProperty(SQLType.NVarChar, 10, true)]
    [EntityDescription("The document file type.")]
    string FileType { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)

    See Also

    IDocumentAttachment
    IDocumentCategory
    IArticle
    IAttachableBase
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.