C# Class TastyDomainDriven.DataWithName

显示文件 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_oe property

public byte[] Data
return byte[]

Name public_oe property

public string Name
return string