C# Класс MAPIInspector.Parsers.MessageList

The MessageList element contains a list of messages, which is determined by the scope of the operation.
Наследование: SyntacticalBase
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
MetaTagEcWaringMessages MAPIInspector.Parsers.MetaTagEcWaringMessage[]

Открытые методы

Метод Описание
MessageList ( FastTransferStream stream ) : System

Initializes a new instance of the MessageList class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized MessageList.

Описание методов

MessageList() публичный Метод

Initializes a new instance of the MessageList class.
public MessageList ( FastTransferStream stream ) : System
stream FastTransferStream The stream.
Результат System

Parse() публичный Метод

Parse fields from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Результат void

Verify() публичный статический Метод

Verify that a stream's current position contains a serialized MessageList.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Результат bool

Описание свойств

MetaTagEcWaringMessages публичное свойство

public MetaTagEcWaringMessage[],MAPIInspector.Parsers MetaTagEcWaringMessages
Результат MAPIInspector.Parsers.MetaTagEcWaringMessage[]