Class CustomPropertyValueType
This has been moved to DesignData.SDS2.Setup, please use that in new code. This
is just a placeholder to autobox these so existing code will still compile.
Inheritance
CustomPropertyValueType
Assembly: DesignData.SDS2.Model.dll
Syntax
[Obsolete("This enum was moved to DesignData.SDS2.Setup, please reference that.", false)]
public sealed class CustomPropertyValueType
Constructors
CustomPropertyValueType()
This has been moved to DesignData.SDS2.Setup, please use that in new code. This
is just a placeholder to autobox these so existing code will still compile.
Declaration
public CustomPropertyValueType()
Fields
Bool
Declaration
[Obsolete("This enum was moved to DesignData.SDS2.Setup, please reference that.", false)]
public static CustomPropertyValueType Bool
Field Value
Date
Declaration
[Obsolete("This enum was moved to DesignData.SDS2.Setup, please reference that.", false)]
public static CustomPropertyValueType Date
Field Value
Double
Declaration
[Obsolete("This enum was moved to DesignData.SDS2.Setup, please reference that.", false)]
public static CustomPropertyValueType Double
Field Value
None
This value doesn't exist in the schema
Declaration
[Obsolete("This enum was moved to DesignData.SDS2.Setup, please reference that.", false)]
public static CustomPropertyValueType None
Field Value
String
This value is a System.String
Declaration
[Obsolete("This enum was moved to DesignData.SDS2.Setup, please reference that.", false)]
public static CustomPropertyValueType String
Field Value
Operators
explicit operator int(CustomPropertyValueType)
Implicitly box and unbox to keep existing code compiling using obsolete type
Declaration
public static explicit operator int(CustomPropertyValueType v)
Parameters
Returns
implicit operator CustomPropertyValueType(CustomPropertyValueType)
Implicitly box and unbox to keep existing code compiling using obsolete type
Declaration
public static implicit operator CustomPropertyValueType(CustomPropertyValueType v)
Parameters
Returns
implicit operator CustomPropertyValueType(CustomPropertyValueType)
Implicitly box and unbox to keep existing code compiling using obsolete type
Declaration
public static implicit operator CustomPropertyValueType(CustomPropertyValueType v)
Parameters
Returns
implicit operator CustomPropertyValueType(int)
Implicitly box and unbox to keep existing code compiling using obsolete type
Declaration
public static implicit operator CustomPropertyValueType(int v)
Parameters
Type |
Name |
Description |
int |
v |
|
Returns