Click or drag to resize

IDataFeature Interface

Defines a structure for configuration features which deploy or update data

Namespace: SanteDB.Core.Configuration.Data
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IDataFeature

The IDataFeature type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets the description of the feature
Public propertyInvariantName Gets the database provider for which the feature is intended
Public propertyName Get the name of the data feature
Top
Methods
 NameDescription
Public methodGetCheckSql Get SQL required to determine if feature is installed
Public methodGetDeploySql Get the SQL required to deploy the feature
Top
See Also