Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

LocalizableStringConverter.CanConvertFrom(ITypeDescriptorContext,Type) - метод Смотри также  Terrasoft.Common - пространство имен > LocalizableStringConverter - класс > CanConvertFrom - метод : CanConvertFrom(ITypeDescriptorContext,Type) - метод C#

context
An instance of class that implements the System.ComponentModel.ITypeDescriptorContext interface that represents the context of the format.
sourceType
The instance of System.Type that represents a type from which the conversion must be made.

Glossary Item Box

Determines whether an object of the specified type can be converted to the LocalizableString type using the specified context.

Синтаксис

public override bool CanConvertFrom( 
   ITypeDescriptorContext context, 
   Type sourceType 
)

Параметры

context
An instance of class that implements the System.ComponentModel.ITypeDescriptorContext interface that represents the context of the format.
sourceType
The instance of System.Type that represents a type from which the conversion must be made.

Тип возвращаемого значения

true if the conversion can be done; otherwise - false.

Заметки

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?