C# Класс Zombie.CustomFieldGroup

A simple collection that reads custom field names.
Показать файл Открыть проект

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

Метод Описание
CustomFieldGroup ( IDataExtRetList dataExtensions, bool requireFieldMatch ) : System

Wraps a custom field result

this ( string fieldName ) : string

This indexer pulls custom fields by name.

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

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

Wraps a custom field result
public CustomFieldGroup ( IDataExtRetList dataExtensions, bool requireFieldMatch ) : System
dataExtensions IDataExtRetList The field list to wrap
requireFieldMatch bool if true, name mismatch will throw an exception
Результат System

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

This indexer pulls custom fields by name.
public this ( string fieldName ) : string
fieldName string The case insensitive name of the custom field
Результат string