Show / Hide Table of Contents

Interface IVerifiable

Functionality to verify objects.

Namespace: Microsoft.XboxStudios.SQTech.Roster
Assembly: Microsoft.GNS.Roster.Common.dll
Syntax
public interface IVerifiable

Methods

View Source

IsEmpty()

Determines if the object is equal to its 'Empty' value.

Declaration
bool IsEmpty()
Returns
Type Description
System.Boolean

True if the object is equal to its 'Empty' value. Otherwise, false.

View Source

IsValid()

Determines if an object is in a valid state.

Declaration
bool IsValid()
Returns
Type Description
System.Boolean

True if the object is valid. Otherwise, false.

  • View Source
In This Article
Back to top Generated by DocFX