Class AgentMapping
The agent reference mapping to hold input parameters for all instances
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Interfaces.Model
Assembly: Mars.Interfaces.dll
Syntax
public class AgentMapping : ActiveTypeMapping
Properties
| Improve this Doc View SourceInstanceCount
The count of agents to create
Declaration
[JsonProperty("count", NullValueHandling = NullValueHandling.Ignore)]
public int? InstanceCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ModelType
Reference to corresponding agent type description
Type
Declaration
[JsonIgnore]
public override TypeElement ModelType { get; }
Property Value
Type | Description |
---|---|
TypeElement |
Overrides
| Improve this Doc View SourceType
The synchronized type for which this mapping should apply
Declaration
[JsonIgnore]
public AgentType Type { get; set; }
Property Value
Type | Description |
---|---|
AgentType |