C# Class Aspose.Words.Examples.CSharp.LINQ.Common

Mostrar archivo Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
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.

Private Methods

Method Description
Photo ( ) : byte[]

Return an array of photo bytes.

Method Details

GetClients() public static method

Return an enumeration of instances of the Client class.
public static GetClients ( ) : IEnumerable
return IEnumerable

GetContracts() public static method

public static GetContracts ( ) : IEnumerable
return IEnumerable

GetManager() public static method

Return first manager from Managers which is an enumeration of instances of the Manager class.
public static GetManager ( ) : Manager
return Manager

GetManagers() public static method

Return an enumeration of instances of the Manager class.
public static GetManagers ( ) : IEnumerable
return IEnumerable