Class StringDataDto
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Mars.Interfaces.Data
Assembly: Mars.Interfaces.dll
Syntax
public class StringDataDto : StructuredData, IIdentifiableData, IStringStructuredData, IStringData, IStructuredData, IMarsFeature, IDomainData
Constructors
| Improve this Doc View SourceStringDataDto(String, IDictionary<String, Object>)
Declaration
public StringDataDto(string content, IDictionary<string, object> structuredData)
Parameters
Type | Name | Description |
---|---|---|
System.String | content | |
System.Collections.Generic.IDictionary<System.String, System.Object> | structuredData |
Properties
| Improve this Doc View SourceContent
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |