Interface IStructuredData
Namespace: Mars.Interfaces.Data
Assembly: Mars.Interfaces.dll
Syntax
public interface IStructuredData : IMarsFeature, IDomainData
Properties
| Improve this Doc View SourceData
Declaration
IDictionary<string, object> Data { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |