C# 클래스 ODataRestierDynamic.Helpers.TableHelperExtensions

A table helper extensions.
파일 보기 프로젝트 열기: arcelormittalkriviyrih/odata_unified_svc

공개 메소드들

메소드 설명
Exists ( this properties, string propertyName ) : bool

A List<TablePropertyBuildHelper> extension method that determine if 'properties' exists.

Find ( this tableBuildHelperList, string tableName ) : TableBuildHelper

A List<TableBuildHelper> extension method that searches for the first match.

Find ( this properties, string columnName ) : TablePropertyBuildHelper

A List<TablePropertyBuildHelper> extension method that searches for the first match.

메소드 상세

Exists() 공개 정적인 메소드

A List<TablePropertyBuildHelper> extension method that determine if 'properties' exists.
public static Exists ( this properties, string propertyName ) : bool
properties this The properties to act on.
propertyName string Name of the property.
리턴 bool

Find() 공개 정적인 메소드

A List<TableBuildHelper> extension method that searches for the first match.
public static Find ( this tableBuildHelperList, string tableName ) : TableBuildHelper
tableBuildHelperList this The tableBuildHelperList to act on.
tableName string Name of the table.
리턴 TableBuildHelper

Find() 공개 정적인 메소드

A List<TablePropertyBuildHelper> extension method that searches for the first match.
public static Find ( this properties, string columnName ) : TablePropertyBuildHelper
properties this The properties to act on.
columnName string Name of the column.
리턴 TablePropertyBuildHelper