Personality Class |
Namespace: net.openstack.Core.Domain
The Personality type exposes the following members.
Name | Description | |
---|---|---|
Personality(String, Byte) |
Initializes a new instance of the Personality class with the specified
path and contents.
| |
Personality(String, String) |
Initializes a new instance of the Personality class with the specified
path and text content, using UTF8 for the content encoding.
| |
Personality(String, String, Encoding) |
Initializes a new instance of the Personality class with the specified
path, text content, and context encoding.
|
Name | Description | |
---|---|---|
Content |
The contents of the file to create on the target file system.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
Path |
The path of the file to create on the target file system.
|