TableFileProperties Class

File properties class.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class TableFileProperties : BindableCore
Inheritance
Object    BindableCore    TableFileProperties

Constructors

TableFileProperties Class constructor.
TableFileProperties(String) Class constructor.

Properties

AccessGroups List of access groups.
Description File description [Descripcion].
FileInfo File information container.
Id File identifier [Id].
IdCategory File category identifier [IdCategoria].
IdData Identifier of the record associated with the file [IdDato].
InternalType Internal type of the file [TipoInterno].
IsMainImage It is the main image [ImagenPrincipal].
Name Identifying name of the file [Nombre].
Table Table name.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also