Class MetadataValuesSchemaReplaceCommand
Replaces schema values
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class MetadataValuesSchemaReplaceCommand : MetadataValuesChangeCommandBase
Properties
Value
An object containing the metadata values for the schema. The existing dictionary will be entirely overwritten.
Declaration
[JsonProperty("value", Required = Required.Always)]
[Required]
public object Value { get; set; }
Property Value
object |
Methods
FromJson(string)
Declaration
public static MetadataValuesSchemaReplaceCommand FromJson(string data)
Parameters
string data |
Returns
MetadataValuesSchemaReplaceCommand |