Class FileCell
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.ComponentModel.INotifyPropertyChanged
TimeCockpit.Common.IWeakEventListener
Inherited Members
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 |