Search Results for

    Show / Hide Table of Contents

    Class FileCell

    Represents a file field in a List or a Form.

    Inheritance
    System.Object
    DynamicObject
    NamedDynamicObject
    Cell
    BoundCell
    BinaryCell
    FileCell
    Implements
    System.Dynamic.IDynamicMetaObjectProvider
    System.ComponentModel.INotifyPropertyChanged
    TimeCockpit.Common.IWeakEventListener
    Inherited Members
    BinaryCell.Height
    BoundCell.Clone<T>()
    BoundCell.Content
    BoundCell.DefaultValue
    BoundCell.FilterPath
    BoundCell.FilterIgnorePathInQuery
    BoundCell.FilterOperator
    BoundCell.FilterParameterName
    BoundCell.FilterIsMandatory
    Cell.GetPropertyInfos()
    Cell.ReceiveWeakEvent(Type, Object, EventArgs)
    Cell.Header
    Cell.Foreground
    Cell.Background
    Cell.RowSpan
    Cell.ColSpan
    Cell.MinWidth
    Cell.MaxWidth
    Cell.Width
    Cell.Hyperlink
    Cell.IsVisible
    Cell.IsColumnVisible
    Cell.IsEnabled
    Cell.IsReadOnly
    Cell.LabelPosition
    Cell.AggregateFunction
    Cell.DataType
    NamedDynamicObject.OnPropertyChanged(String)
    NamedDynamicObject.Name
    NamedDynamicObject.PropertyChanged
    DynamicObject.GetMember(String)
    DynamicObject.SetMember(String, Object)
    DynamicObject.GetMetaObject(Expression)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: TimeCockpit.Data.DataModel.View
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class FileCell : BinaryCell, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener

    Constructors

    FileCell()

    Declaration
    public FileCell()

    Properties

    AllowedExtensions

    Gets or sets the list of allowed extensions

    Declaration
    public IEnumerable<string> AllowedExtensions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    AllowedMimeTypes

    Gets or sets the allowed mime types of the property.

    Declaration
    public IEnumerable<string> AllowedMimeTypes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    FileMimeType

    Gets or sets the mime type of the file.

    Declaration
    public string FileMimeType { get; set; }
    Property Value
    Type Description
    System.String

    FileName

    Gets or sets the file name.

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String

    FileSize

    Gets or sets the size of the file.

    Declaration
    public string FileSize { get; set; }
    Property Value
    Type Description
    System.String

    MaxFileSizeInKB

    Gets or sets the maximum file size of the uploaded file

    Declaration
    public long MaxFileSizeInKB { get; set; }
    Property Value
    Type Description
    System.Int64

    ShowFileName

    Gets or sets the expression / value whether to show the file name on the cell or not.

    Declaration
    public string ShowFileName { get; set; }
    Property Value
    Type Description
    System.String

    ShowFileSize

    Gets or sets the expression / value wheter to show the file size on the cell or not.

    Declaration
    public string ShowFileSize { get; set; }
    Property Value
    Type Description
    System.String

    ShowIcon

    Gets or sets the expression / value whether to show the icon on the cell or not (currently WPF only).

    Declaration
    public string ShowIcon { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2020 software architects gmbh