C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.HierarchyFilter

Specifies the hierarchy storage index keys to query as well as the depth to query.
상속: Filter
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
HierarchyFilter ( byte content ) : System

Initializes a new instance of the HierarchyFilter class

보호된 메소드들

메소드 설명
SerializeFilterData ( List byteList ) : void

This method is used to convert the element into a byte List

메소드 상세

HierarchyFilter() 공개 메소드

Initializes a new instance of the HierarchyFilter class
public HierarchyFilter ( byte content ) : System
content byte Specify the hierarchy filter contents.
리턴 System

SerializeFilterData() 보호된 메소드

This method is used to convert the element into a byte List
protected SerializeFilterData ( List byteList ) : void
byteList List Specify the byte list which will contain the filter data.
리턴 void