For a list of all members of this type, see LayerFormatCollection members.
Public Methods
| Name | Description |
 | Add | (Inherited from System.Collections.Generic.Dictionary<String, LayerFormat>) |
 | Clear | (Inherited from System.Collections.Generic.Dictionary<String, LayerFormat>) |
 | ContainsKey | (Inherited from System.Collections.Generic.Dictionary<String, LayerFormat>) |
 | ContainsValue | (Inherited from System.Collections.Generic.Dictionary<String, LayerFormat>) |
 | FromJson |
Populates properties using JSON string.
|
 | GetEnumerator | (Inherited from System.Collections.Generic.Dictionary<String, LayerFormat>) |
 | GetObjectData | (Inherited from System.Collections.Generic.Dictionary<String, LayerFormat>) |
 | GetSchema |
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
|
 | OnDeserialization | (Inherited from System.Collections.Generic.Dictionary<String, LayerFormat>) |
 | ReadXml |
Generates an object from its XML representation.
|
 | Remove | (Inherited from System.Collections.Generic.Dictionary<String, LayerFormat>) |
 | ToJson |
Serializes to JSON.
|
 | ToString | Overridden.
Serializes to a string that is more compact than the result of the ToJson method.
Used for storing object in markup.
|
 | TryGetValue | (Inherited from System.Collections.Generic.Dictionary<String, LayerFormat>) |
 | WriteXml |
Converts an object into its XML representation.
|
Top
See Also