Class LayerMapping
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 LayerMapping : ActiveTypeMapping
Properties
| Improve this Doc View SourceModelType
Declaration
[JsonIgnore]
public override TypeElement ModelType { get; }
Property Value
Type | Description |
---|---|
TypeElement |
Overrides
| Improve this Doc View SourceType
The layer type description which will be synchronized
with this layer mapping
Declaration
[JsonIgnore]
public LayerType Type { get; set; }
Property Value
Type | Description |
---|---|
LayerType |