C# 클래스 Zombie.CustomFieldGroup

A simple collection that reads custom field names.
파일 보기 프로젝트 열기: pkpjpm/Zombie

공개 메소드들

메소드 설명
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