Class NativeConversionContextAttribute
Inheritance
System.Object
NativeConversionContextAttribute
Namespace: Telerik.Maui.Controls.Compatibility.Common.DataAnnotations
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class NativeConversionContextAttribute : Attribute
Constructors
NativeConversionContextAttribute(DateTimeKind)
Declaration
public NativeConversionContextAttribute(DateTimeKind context)
Parameters
System.DateTimeKind
context
|
NativeConversionContextAttribute(Object)
Declaration
public NativeConversionContextAttribute(object context)
Parameters
System.Object
context
|
Properties
Context
Declaration
public object Context { get; }
Property Value
System.Object
|