C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.MarkersHelper

Supply help functions for manipulate Markers.
Inheritance: EnumHelper
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
IsEndMarker ( Markers marker ) : bool

Indicate whether a Markers is an end marker.

IsEndMarker ( MetaProperties marker ) : bool

Indicate whether a MetaProperties is an end marker.

IsEndMarker ( uint marker ) : bool

Indicate whether a value is an end marker.

IsEndMarkerExceptEcWarning ( uint marker ) : bool

Indicate whether a value is an end marker.

Method Details

IsEndMarker() public static method

Indicate whether a Markers is an end marker.
public static IsEndMarker ( Markers marker ) : bool
marker Markers The Markers.
return bool

IsEndMarker() public static method

Indicate whether a MetaProperties is an end marker.
public static IsEndMarker ( MetaProperties marker ) : bool
marker MetaProperties The Markers.
return bool

IsEndMarker() public static method

Indicate whether a value is an end marker.
public static IsEndMarker ( uint marker ) : bool
marker uint A uint value.
return bool

IsEndMarkerExceptEcWarning() public static method

Indicate whether a value is an end marker.
public static IsEndMarkerExceptEcWarning ( uint marker ) : bool
marker uint A uint value.
return bool