Skip to content

2d8af189 e002 da4b c67f 0278ff2b3d04

Fernando Garcia edited this page May 8, 2018 · 1 revision

FixedItemModel.ToDictionary Method

Additional header content

Returns a dictionary of String/String pairs containing the name of the piece and its value.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public Dictionary<string, string> ToDictionary()

VB

Public Function ToDictionary As Dictionary(Of String, String)

Return Value

Type: Dictionary(String, String)
A dictionary of String/String pairs containing the name of the piece and its value.

Exceptions

 

Exception Condition
ArgumentNullException Thrown if DataSource property is null.

Remarks

[Missing documentation for "M:iTin.Export.Model.FixedItemModel.ToDictionary"]

See Also

Reference

FixedItemModel Class
iTin.Export.Model Namespace

Clone this wiki locally