Class PropertyValueDescriptor
Inheritance
System.Object
PropertyValueDescriptor
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class PropertyValueDescriptor : object
Constructors
|
Edit this page
View Source
PropertyValueDescriptor(Nullable<Object>)
Declaration
public PropertyValueDescriptor(object? value)
Parameters
Type |
Name |
Description |
System.Nullable<System.Object> |
value |
|
|
Edit this page
View Source
PropertyValueDescriptor(Nullable<Object>, String)
Declaration
public PropertyValueDescriptor(object? value, string origin)
Parameters
Type |
Name |
Description |
System.Nullable<System.Object> |
value |
|
System.String |
origin |
|
Properties
|
Edit this page
View Source
Origin
Declaration
public string? Origin { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Edit this page
View Source
Value
Declaration
public object? Value { get; }
Property Value
Type |
Description |
System.Nullable<System.Object> |
|