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.ViewModel
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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