Click or drag to resize

IResourceTextGenerator Interface

Represents a class that can generate a summary of an object

Namespace: SanteDB.Core.Model.Text
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public interface IResourceTextGenerator

The IResourceTextGenerator type exposes the following members.

Properties
 NameDescription
Public propertyResourceType Gets the resource type that the text generator applies to
Top
Methods
 NameDescription
Public methodWriteSummary Write the summary for resource onto htmlWriter
Top
See Also