Class ActiveTypeMapping
Inheritance
System.Object
ActiveTypeMapping
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 abstract class ActiveTypeMapping : TypeMapping
Properties
| Improve this Doc View SourceFrequency
The step frequency how often this type shall be activated
Default = 1
Declaration
[JsonProperty("frequency", NullValueHandling = NullValueHandling.Ignore)]
public int? Frequency { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |