10 [CollectionName(
"PrivateXmlStorage")]
12 [Index(
"Account",
"Namespace",
"LocalName")]
15 private Guid objectId = Guid.Empty;
17 private string _namespace =
string.
Empty;
18 private string localName =
string.
Empty;
19 private string xml =
string.
Empty;
20 private DateTime created = DateTime.MinValue;
21 private DateTime updated = DateTime.MinValue;
37 set => this.objectId = value;
46 set => this.account = value;
54 get => this._namespace;
55 set => this._namespace = value;
63 get => this.localName;
64 set => this.localName = value;
70 [DefaultValueStringEmpty]
74 set => this.xml = value;
80 [DefaultValueDateTimeMinValue]
84 set => this.created = value;
90 [DefaultValueDateTimeMinValue]
94 set => this.updated = value;
Contains information about one persisted XML element.
string Xml
XML of stored element.
CaseInsensitiveString Account
Name of account.
string Namespace
Namespace of stored element.
string LocalName
Local Name of stored element.
DateTime Created
When element was first created
PersistedElement()
Contains information about one persisted XML element.
DateTime Updated
When element was last updated
Represents a case-insensitive string.
static readonly CaseInsensitiveString Empty
Empty case-insensitive string