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

Afficher le fichier Open project: aspose-words/Aspose.Words-for-.NET

Méthodes publiques

Méthode 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

Méthode Description
Photo ( ) : byte[]

Return an array of photo bytes.

Method Details

GetClients() public static méthode

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

GetContracts() public static méthode

public static GetContracts ( ) : IEnumerable
Résultat IEnumerable

GetManager() public static méthode

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

GetManagers() public static méthode

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