C# Class TastyDomainDriven.DataWithName

Show file Open project: jaceenet/TastyDomainDriven

Public Properties

Property Type Description
Data byte[]
Name string

Public Methods

Method Description
DataWithName ( string name, byte data )

Method Details

DataWithName() public method

public DataWithName ( string name, byte data )
name string
data byte

Property Details

Data public property

public byte[] Data
return byte[]

Name public property

public string Name
return string