C# Класс Tiraggo.Interfaces.tgColumnMetadataCollection

Наследование: IEnumerable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AddedBy AuditingInfo
DateAdded SpecialDate
DateModified SpecialDate
ModifiedBy AuditingInfo

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

Метод Описание
Add ( tgColumnMetadata column ) : void

Used internally by Tiraggo. This should never be called by user code

FindByColumnName ( string columnName ) : tgColumnMetadata

Searches for an tgColumnMetadata by the propery name. This method is the same as using the indexer.

FindByPropertyName ( string propertyName ) : tgColumnMetadata

Searches for an tgColumnMetadata by the propery name.

GetEnumerator ( ) : IEnumerator

Supports the foreach() syntax over the collection.

IsSpecialColumn ( tgColumnMetadata col ) : bool
tgColumnMetadataCollection ( ) : System
this ( System columnName ) : tgColumnMetadata

Provides direct access into the collection by column name.

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

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

Used internally by Tiraggo. This should never be called by user code
public Add ( tgColumnMetadata column ) : void
column tgColumnMetadata The new tgColumnMetadata to add to the array
Результат void

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

Searches for an tgColumnMetadata by the propery name. This method is the same as using the indexer.
public FindByColumnName ( string columnName ) : tgColumnMetadata
columnName string The high level PropertyName, for example, Employees.ColumnNames.LastName
Результат tgColumnMetadata

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

Searches for an tgColumnMetadata by the propery name.
public FindByPropertyName ( string propertyName ) : tgColumnMetadata
propertyName string The high level PropertyName, for example, Employees.PropertyNames.LastName
Результат tgColumnMetadata

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

Supports the foreach() syntax over the collection.
public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

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

public IsSpecialColumn ( tgColumnMetadata col ) : bool
col tgColumnMetadata
Результат bool

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

public tgColumnMetadataCollection ( ) : System
Результат System

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

Provides direct access into the collection by column name.
public this ( System columnName ) : tgColumnMetadata
columnName System The name of the desired column. This parameter is expected /// to be the physical name of the column as in the table or view, for example, /// Employees.ColumnNames.LastName
Результат tgColumnMetadata

Описание свойств

AddedBy публичное свойство

public AuditingInfo AddedBy
Результат AuditingInfo

DateAdded публичное свойство

public SpecialDate DateAdded
Результат SpecialDate

DateModified публичное свойство

public SpecialDate DateModified
Результат SpecialDate

ModifiedBy публичное свойство

public AuditingInfo ModifiedBy
Результат AuditingInfo