Interface IVerifiable
Functionality to verify objects.
Namespace: Microsoft.XboxStudios.SQTech.Roster
Assembly: Microsoft.GNS.Roster.Common.dll
Syntax
public interface IVerifiable
Methods
View SourceIsEmpty()
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. |
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. |