Method CreateMap
CreateMap(SLProtocol, bool)
Creates a map for an element.
public static Dictionary<string, object> CreateMap(SLProtocol protocol, bool Reset = false)
Parameters
protocol
SLProtocolThe SLProtocol instance to interact with the SLProtocol process.
Reset
boolWhether a new maps needs to be created if data is already stored for the current element.
Returns
- Dictionary<string, object>
The map for the element.