Class TypedValue
Inheritance
System.Object
TypedValue
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class TypedValue : ITypedValue
Constructors
|
Edit this page
View Source
TypedValue(Object)
Declaration
public TypedValue(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
|
Edit this page
View Source
TypedValue(Object, Type)
Declaration
public TypedValue(object value, Type typeDescriptor)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Type |
typeDescriptor |
|
Fields
|
Edit this page
View Source
NULL
Declaration
public static readonly TypedValue NULL
Field Value
Properties
|
Edit this page
View Source
TypeDescriptor
Declaration
public Type TypeDescriptor { get; }
Property Value
|
Edit this page
View Source
Value
Declaration
public object Value { get; }
Property Value
Type |
Description |
System.Object |
|
Methods
|
Edit this page
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|