Show / Hide Table of Contents

Class TechObjectFileDto

Описывает файл объекта.

Inheritance
object
TechObjectFileDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public class TechObjectFileDto

Properties

CreationDate

Возвращает или назначает дату и время создания файла.

Declaration
[JsonPropertyName("creationDate")]
public DateTime CreationDate { get; set; }
Property Value
Type Description
DateTime

Id

Возвращает идентификатор файла.

Declaration
[JsonPropertyName("id")]
public int Id { get; set; }
Property Value
Type Description
int

IsReadOnly

Возвращает или назначает признак, определяющий, доступен ли файл только для чтения.

Declaration
[JsonPropertyName("isReadOnly")]
public bool IsReadOnly { get; set; }
Property Value
Type Description
bool

ModificationDate

Возвращает или назначает дату и время последнего создания файла.

Declaration
[JsonPropertyName("modificationDate")]
public DateTime ModificationDate { get; set; }
Property Value
Type Description
DateTime

Name

Возвращает или назначает наименование файла.

Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type Description
string

Path

Возвращает или назначает путь к файлу.

Declaration
[JsonPropertyName("path")]
public string Path { get; set; }
Property Value
Type Description
string

Size

Возвращает или назначает размер файла.

Declaration
[JsonPropertyName("size")]
public int Size { get; set; }
Property Value
Type Description
int
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»