Show / Hide Table of Contents

Class WorkflowIdentityConverter

Inheritance
System.Object
WorkflowIdentityConverter
Namespace: System.Activities.XamlIntegration
Assembly: UiPath.Workflow.dll
Syntax
public class WorkflowIdentityConverter : TypeConverter

Constructors

WorkflowIdentityConverter()

Declaration
public WorkflowIdentityConverter()

Methods

CanConvertFrom(ITypeDescriptorContext, Type)

Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
System.ComponentModel.ITypeDescriptorContext context

System.Type sourceType

Returns
System.Boolean

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
System.ComponentModel.ITypeDescriptorContext context

System.Globalization.CultureInfo culture

System.Object value

Returns
System.Object

Back to top Generated by DocFX