Table of Contents

Class SurveyQuestionTypeArrayConverter

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class SurveyQuestionTypeArrayConverter : TypeConverter
Inheritance
SurveyQuestionTypeArrayConverter
Inherited Members
Extension Methods

Constructors

SurveyQuestionTypeArrayConverter()

public SurveyQuestionTypeArrayConverter()

Methods

CanConvertFrom(ITypeDescriptorContext, Type)

public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)

Parameters

context ITypeDescriptorContext
sourceType Type

Returns

bool

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)

Parameters

context ITypeDescriptorContext
culture CultureInfo
value object

Returns

object