Microsoft.Protocols.TestSuites.Common.NotificationData.HasTableRowFolderId C# (CSharp) Méthode

HasTableRowFolderId() private méthode

Indicate if the field of TableRowFolderId exist.
private HasTableRowFolderId ( ) : bool
Résultat bool
        private bool HasTableRowFolderId()
        {
            if (this.TableEventType == 0x03
                          || this.TableEventType == 0x04
                          || this.TableEventType == 0x05)
            {
                return true;
            }
            else
            {
                return false;
            }
        }