Configuration for a layer used in maps.
Namespace:
Contracts.Data
Assembly: Contracts (in Contracts.dll)
Top
Top
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.
| Name | Description | |
|---|---|---|
|
Active | If the layer is active |
|
Layer | The layer id if applicable for the layer type |
|
LayerOrder | This identifies the position of the layer |
|
LocalId | Id in the local database for the client configured map layers |
|
Name | |
|
Password | Obsolete. The genetaed hash for the password |
|
ServiceMode | The Service mode if applicable |
|
ShouldUserPromptForUserAccount | If the user has to enter username and password |
|
Type | The type of the layer |
|
Uri | The uri or network or synergy path |
|
Username | Obsolete. The username |
|
created_by | The id of the creator of the map layer |
|
id | Identifier |
|
id_id | Id property of Identifier |
|
id_serverid | Server Id of identifier |
|
project_id | The project id |
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
|
GetHashCode | Serves as the default hash function. (inherited from Object). |
|
GetType | Gets the Type of the current instance. (inherited from Object). |
|
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
|
ToString | Returns a string that represents the current object. (inherited from Object). |
Contracts.Data.MapLayer