NShape Reference
FormatModelMapping.MappingType Enumeration

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > FormatModelMapping Class >

NShape Reference
FormatModelMapping.MappingType Enumeration

Previous pageReturn to chapter overviewNext page

Defines the type of the property mapping.

Syntax

public enum MappingType { IntegerString, FloatString, StringString };

Description

Defines the types of the mapped properties.

Values

Name

Value

IntegerString

A model object property of type integer is mapped to a shape property of type string.

FloatString

A model object property of type float is mapped to a shape property of type string.

StringString

A model object property of type string is mapped to a shape property of type string.

Requirements

Namespace: Dataweb.NShape

Assembly: Dataweb.NShape