Click or drag to resize

IViewModelSerializer Interface

Represents a view model serializer instance

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

The IViewModelSerializer type exposes the following members.

Properties
  NameDescription
Public propertyViewModel
Gets or sets the view model definition of the view model serlializer
Top
Methods
  NameDescription
Public methodAddLoadedObject
Add the classified object
Public methodDeSerialize(Stream, Type)
De-serialize the specified stream to type
Public methodDeSerializeTModel(Stream)
De-serializes the specified object from the stream
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetLoadedObject
Get loaded object from delay load cache
Public methodLoadCollectionTAssociation
Loads the associations for the specified object
Public methodLoadRelatedTRelated
Loads the specified related object
Public methodLoadSerializerAssembly
Loads all instance of serializers (pre-compiled) from the specified assembly
Public methodSerialize(Stream, IdentifiedData)
Serializes the object data onto stream s
Public methodSerialize(TextWriter, IdentifiedData)
Serializes the object data onto stream s
Top
See Also