Class MetadataValuesChangeCommandBase
The base class for metadata value change commands.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[JsonConverter(typeof(JsonInheritanceConverter), new object[] { "kind" })]
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public abstract class MetadataValuesChangeCommandBase
Properties
SchemaId
The ID of the schema to which the operation scope is addressed.
Declaration
[JsonProperty("schemaId", Required = Required.Always)]
[Required]
public string SchemaId { get; set; }
Property Value
string |
Methods
FromJson(string)
Declaration
public static MetadataValuesChangeCommandBase FromJson(string data)
Parameters
string data |
Returns
MetadataValuesChangeCommandBase |