Class StringDataDto
Inheritance
System.Object
StringDataDto
Assembly: Mars.Interfaces.dll
Syntax
public class StringDataDto : StructuredData, IIdentifiableData, IStringStructuredData, IStringData, IStructuredData, IMarsFeature, IDomainData
Constructors
StringDataDto(String, IDictionary<String, Object>)
Declaration
public StringDataDto(string content, IDictionary<string, object> structuredData)
Parameters
Type |
Name |
Description |
System.String |
content |
|
IDictionary<System.String, System.Object> |
structuredData |
|
Properties
Content
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements