T
The type of the data to validate.
LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ValidateData<T> Method
See Also 
Leadtools.Dicom.Scp Namespace > CommandRequestValidationManager Class : ValidateData<T> Method



data
The data to validate.
data
The data to validate.
Validates the specified data.

Syntax

Visual Basic (Declaration) 
Public Shared Function ValidateData(Of T)( _
   ByVal data As T _
) As List(Of String)
Visual Basic (Usage)Copy Code
Dim data As T
Dim value As List(Of String)
 
value = CommandRequestValidationManager.ValidateData(Of T)(data)
C# 
public static List<string> ValidateData<T>( 
   T data
)
C++/CLI 
public:
static List<String^>^ ValidateDatageneric<typename T>
( 
   T^ data
) 

Parameters

data
The data to validate.

Type Parameters

T
The type of the data to validate.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features