C# Класс VW.Serializer.PropertyConfiguration

Constants used throughout C# wrapper.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Default PropertyConfiguration

Открытые методы

Метод Описание
IsSpecialProperty ( string property ) : bool

True if property is considered a special property and thus should not be skipped.

PropertyConfiguration ( string featureIgnorePrefix = FeatureIgnorePrefixDefault, string textProperty = TextPropertyDefault, string labelProperty = LabelPropertyDefault, string multiProperty = MultiPropertyDefault )

Описание методов

IsSpecialProperty() публичный Метод

True if property is considered a special property and thus should not be skipped.
public IsSpecialProperty ( string property ) : bool
property string The JSON property name.
Результат bool

PropertyConfiguration() публичный Метод

public PropertyConfiguration ( string featureIgnorePrefix = FeatureIgnorePrefixDefault, string textProperty = TextPropertyDefault, string labelProperty = LabelPropertyDefault, string multiProperty = MultiPropertyDefault )
featureIgnorePrefix string
textProperty string
labelProperty string
multiProperty string

Описание свойств

Default публичное статическое свойство

public static PropertyConfiguration,VW.Serializer Default
Результат PropertyConfiguration