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

The MetaTagEcWaringMessage is defined to help Parsering MessageList class.
Наследование: SyntacticalBase
Показать файл Открыть проект

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

Свойство Тип Описание
Message Message
MetaTagEcWaring MetaPropValue

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

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

Initializes a new instance of the MetaTagEcWaringMessage class.

Parse ( FastTransferStream stream ) : void

Parse MetaTagEcWaringMessage from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

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

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

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

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

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

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

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

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

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

public Message Message
Результат Message

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

public MetaPropValue,MAPIInspector.Parsers MetaTagEcWaring
Результат MetaPropValue