C# Class EntityInfo, ndn-mog

Mostra file Open project: remap/ndn-mog Class Usage Examples

Public Properties

Property Type Description
name_ string
renderString_ string

Public Methods

Method Description
EntityInfo ( string name, string renderString ) : System

Method Details

EntityInfo() public method

public EntityInfo ( string name, string renderString ) : System
name string
renderString string
return System

Property Details

name_ public_oe property

public string name_
return string

renderString_ public_oe property

public string renderString_
return string