Click or drag to resize

IViewModelClassifier Interface

Represents a classifier which is responsible for taking a particular instance of type X and determining the appropriate classification

Namespace:  SanteDB.Core.Applets.ViewModel
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax
public interface IViewModelClassifier

The IViewModelClassifier type exposes the following members.

Properties
  NameDescription
Public propertyHandlesType
Gets the type this classifier handles
Top
Methods
  NameDescription
Public methodClassify
Gets the appropriate classifier for the specified data
Public methodCompose
Re-compose the classified data
Top
See Also