This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Plist.
Summary
Contains functionality to work with plist files.
- Assembly
- Cake
.Plist .dll - Namespace
- Cake
.Plist - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["PlistAliases"]
class Type type-node
Syntax
public static class PlistAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
DeserializePlist |
dynamic |
Deserializes a plist from file
static
|
DeserializePlistXml |
dynamic |
Desierializes plist from xml
static
|
SerializePlist |
void |
Serializes a plist into spezified file.
static
|
SerializePlistXml |
string |
Serializes plist as xml
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|