C# Класс Aspose.Words.Examples.CSharp.LINQ.Common

Показать файл Открыть проект

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

Метод Описание
GetClients ( ) : IEnumerable

Return an enumeration of instances of the Client class.

GetContracts ( ) : IEnumerable
GetManager ( ) : Manager

Return first manager from Managers which is an enumeration of instances of the Manager class.

GetManagers ( ) : IEnumerable

Return an enumeration of instances of the Manager class.

Приватные методы

Метод Описание
Photo ( ) : byte[]

Return an array of photo bytes.

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

GetClients() публичный статический метод

Return an enumeration of instances of the Client class.
public static GetClients ( ) : IEnumerable
Результат IEnumerable

GetContracts() публичный статический метод

public static GetContracts ( ) : IEnumerable
Результат IEnumerable

GetManager() публичный статический метод

Return first manager from Managers which is an enumeration of instances of the Manager class.
public static GetManager ( ) : Manager
Результат Manager

GetManagers() публичный статический метод

Return an enumeration of instances of the Manager class.
public static GetManagers ( ) : IEnumerable
Результат IEnumerable