C# Class Microsoft.WindowsAzure.MobileServices.SerializableType

Mostra file Open project: nickharris/Microsoft.Azure.Zumo.MicroFramework Class Usage Examples

Public Methods

Method Description
IsDefaultIdValue ( object value ) : bool

Check if the value for an ID property is the default value.

Method Details

IsDefaultIdValue() public static method

Check if the value for an ID property is the default value.
public static IsDefaultIdValue ( object value ) : bool
value object The value of the ID property.
return bool