Метод | Описание | |
---|---|---|
CustomFilter ( System.Guid schemaIdentifier, byte schemaFilterData ) : System |
Initializes a new instance of the CustomFilter class. Schema Filter Data (variable): A byte stream that specifies the schema filters data opaque to this protocol.
|
Метод | Описание | |
---|---|---|
SerializeFilterData ( List |
This method is used to convert the element into a byte List
|
public CustomFilter ( System.Guid schemaIdentifier, byte schemaFilterData ) : System | ||
schemaIdentifier | System.Guid | Specify the schema guid. |
schemaFilterData | byte | Specify the schema filter data. |
Результат | System |
protected SerializeFilterData ( List |
||
byteList | List |
Specify the byte list which will contain the filter data. |
Результат | void |