Class RemoteObject
RemoteObject
public sealed class RemoteObject
- Inheritance
-
RemoteObject
- Inherited Members
Properties
ClassName
className
[JsonPropertyName("className")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ClassName { get; set; }
Property Value
CustomPreview
customPreview
[JsonPropertyName("customPreview")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CustomPreview? CustomPreview { get; set; }
Property Value
DeepSerializedValue
deepSerializedValue
[JsonPropertyName("deepSerializedValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DeepSerializedValue? DeepSerializedValue { get; set; }
Property Value
Description
description
[JsonPropertyName("description")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Description { get; set; }
Property Value
ObjectId
objectId
[JsonPropertyName("objectId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ObjectId { get; set; }
Property Value
Preview
preview
[JsonPropertyName("preview")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ObjectPreview? Preview { get; set; }
Property Value
Subtype
subtype
[JsonPropertyName("subtype")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObjectSubtypeValues? Subtype { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public RemoteObjectTypeValues Type { get; set; }
Property Value
UnserializableValue
unserializableValue
[JsonPropertyName("unserializableValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? UnserializableValue { get; set; }
Property Value
Value
value
[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object? Value { get; set; }