Show / Hide Table of Contents

Method WithSerializableColumns

| Improve this Doc View Source

WithSerializableColumns<T>(T, Column[])

Sets the serializabled columns for the row binding.

Declaration
public static T WithSerializableColumns<T>(this T rowBinding, params Column[] columns)

    where T : RowBinding
Parameters
Type Name Description
T rowBinding

The row binding.

Column[] columns

The serializable columns.

Returns
Type Description
T

The row binding for fluent coding.

Type Parameters
Name Description
T

The type of row biniding.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest