Class TileProviderConnectionProperty
Inheritance
System.Object
TileProviderConnectionProperty
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.ObjectModels.Common
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public class TileProviderConnectionProperty
Properties
| Improve this Doc View SourceDefaultValue
Declaration
public string DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Enumerable
Declaration
public bool Enumerable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LocalizedName
Declaration
public string LocalizedName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Protected
Declaration
public bool Protected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Required
Declaration
public bool Required { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Value
Declaration
public string[] Value { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |