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

상속: IFSSHTTPBSerializable
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
SerializeToByteList ( ) : List

This method is used to serialize the element into a byte List.

보호된 메소드들

메소드 설명
Filter ( FilterType filterType ) : System

Initializes a new instance of the Filter class

SerializeFilterData ( List byteList ) : void

This method is used to serialize the filter data to the given byte list.

메소드 상세

Filter() 보호된 메소드

Initializes a new instance of the Filter class
protected Filter ( FilterType filterType ) : System
filterType FilterType Filter Category
리턴 System

SerializeFilterData() 보호된 추상적인 메소드

This method is used to serialize the filter data to the given byte list.
protected abstract SerializeFilterData ( List byteList ) : void
byteList List Specify the byte list which will contain the filter data.
리턴 void

SerializeToByteList() 공개 메소드

This method is used to serialize the element into a byte List.
public SerializeToByteList ( ) : List
리턴 List