Struct ShadowEdit.SnapshotKey
- Namespace
- Dynamicweb.CoreUI.Data.ShadowEditing
- Assembly
- Dynamicweb.CoreUI.dll
protected record struct ShadowEdit.SnapshotKey : IEquatable<ShadowEdit.SnapshotKey>
- Implements
- Inherited Members
Constructors
SnapshotKey(string, string?)
public SnapshotKey(string PropertyName, string? SubKey)
Parameters
Properties
PropertyName
public string PropertyName { readonly get; set; }
Property Value
SubKey
public string? SubKey { readonly get; set; }
Property Value
Methods
Parse(string)
public static ShadowEdit.SnapshotKey Parse(string key)
Parameters
key
string
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.