Show / Hide Table of Contents

Class EdiFileReference

Reference to a file in an online storage

Inheritance
System.Object
EdiFileReference
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiFileReference : object

Properties

AbsoluteUri

An absolute URL to a file on the online storage

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

FileId

Unique Id for a file

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

Length

The length (bytes) of submitted data

Declaration
public int? Length { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

UriValidFrom

The URL is valid from date

Declaration
public DateTime? UriValidFrom { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

UriValidTo

The URL is valid until date

Declaration
public DateTime? UriValidTo { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
Back to top Generated by DocFX