Class SimulationTypeInfo
Inheritance
System.Object
SimulationTypeInfo
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)
System.Object.ToString()
Namespace: Mars.Core.Data.Wrapper.Stream
Assembly: Mars.Core.dll
Syntax
public class SimulationTypeInfo
Properties
| Improve this Doc View SourceCount
Declaration
[JsonProperty(PropertyName = "count")]
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TypeName
Declaration
[JsonProperty(PropertyName = "name", NullValueHandling = NullValueHandling.Ignore, DefaultValueHandling = DefaultValueHandling.Ignore)]
public string TypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |