Table of Contents

Class Dto

Namespace
DMediatR
Assembly
DMediatR.dll

One data transfer object class for any type.

[DataContract]
public class Dto
Inheritance
Dto
Inherited Members

Properties

Bytes

The binary serialized object.

[DataMember(Order = 2)]
public byte[] Bytes { get; set; }

Property Value

byte[]

Type

The type of the serialized object.

[DataMember(Order = 1)]
public Type Type { get; set; }

Property Value

Type