C# 클래스 Microsoft.Azure.Devices.Applications.RemoteMonitoring.DeviceAdmin.Infrastructure.BusinessLogic.CommandParameterTypeLogic

상속: ICommandParameterTypeLogic
파일 보기 프로젝트 열기: Azure/azure-iot-remote-monitoring

공개 메소드들

메소드 설명
IsValid ( string typeName, object value ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

IsValid() 공개 메소드

public IsValid ( string typeName, object value ) : bool
typeName string
value object
리턴 bool