Struct TypeConverterName
Namespace: Telerik.OpenAccess.Data
Assembly: Telerik.OpenAccess.dll
Syntax
public struct TypeConverterName
Constructors
TypeConverterName(String)
Declaration
public TypeConverterName(string converterName)
Parameters
System.
|
TypeConverterName(Type)
Declaration
public TypeConverterName(Type type)
Parameters
System.
|
Properties
IsResolved
Declaration
public bool IsResolved { get; }
Property Value
System.
|
IsUnspecified
Declaration
public bool IsUnspecified { get; }
Property Value
System.
|
PrintName
Declaration
public string PrintName { get; }
Property Value
System.
|
Unspecified
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
System.ValueType.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
System.ValueType.ToString()
ToType()
Declaration
public Type ToType()
Returns
System.
|
Operators
Implicit(Type to TypeConverterName)
Declaration
public static implicit operator TypeConverterName(Type type)
Parameters
System.
|