C# 클래스 Aspose.Words.Examples.CSharp.LINQ.Common

파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
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