Show / Hide Table of Contents

Class EdiBinaryData

The content/data of a file/object

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

Properties

Data

The submitted data as byte array, be aware large files > 100KByte should be submitted as EdiFileReference

Declaration
public byte[] Data { get; set; }
Property Value
Type Description
System.Byte[]

Length

The length (bytes) of submitted data

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