Configuration for a layer used in maps.

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _ 
<DataContract()> _ 
Public Class MapLayer
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
[DataContract()] 
public class MapLayer
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
[DataContract()] 
public ref class MapLayer
This language is not supported or no code example is available.
public  
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true) 
DataContract() 
class MapLayer
This language is not supported or no code example is available.
Name Description
Public property Active If the layer is active
Public property Layer The layer id if applicable for the layer type
Public property LayerOrder This identifies the position of the layer
Public property LocalId Id in the local database for the client configured map layers
Public property Name
Public property Password Obsolete. The genetaed hash for the password
Public property ServiceMode The Service mode if applicable
Public property ShouldUserPromptForUserAccount If the user has to enter username and password
Public property Type The type of the layer
Public property Uri The uri or network or synergy path
Public property Username Obsolete. The username
Public property created_by The id of the creator of the map layer
Public property id Identifier
Public property id_id Id property of Identifier
Public property id_serverid Server Id of identifier
Public property project_id The project id
Top
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Contracts.Data.MapLayer

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1