C# Class Microsoft.Azure.Devices.Applications.RemoteMonitoring.DeviceAdmin.Infrastructure.BusinessLogic.CommandParameterTypeLogic

Inheritance: ICommandParameterTypeLogic
Mostra file Open project: Azure/azure-iot-remote-monitoring

Public Methods

Method Description
IsValid ( string typeName, object value ) : bool

Private Methods

Method Description
CanTypeBeNull ( string typeName ) : bool
CommandParameterTypeLogic ( ) : System
CommandValueFactory ( string typeName, string value, Type type ) : object
Get ( string typeName, object value ) : object
IsTypeValid ( string typeName, object value ) : bool
ParseBase64 ( string base64String ) : object
ParseDate ( string value ) : object
ParseDecimal ( string value ) : object
ParseDouble ( string value ) : object
ParseGuid ( string value ) : object
ParseInt64 ( string value ) : object
ReturnDateTimeOffset ( object value ) : object

Method Details

IsValid() public method

public IsValid ( string typeName, object value ) : bool
typeName string
value object
return bool