Click or drag to resize

NullViewModelSerializer Class

Represents a serializer that
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Applets.ViewModel.NullNullViewModelSerializer

Namespace:  SanteDB.Core.Applets.ViewModel.Null
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax
public class NullViewModelSerializer : IViewModelSerializer, 
	IDisposable

The NullViewModelSerializer type exposes the following members.

Constructors
  NameDescription
Public methodNullViewModelSerializer
Initializes a new instance of the NullViewModelSerializer class
Top
Properties
  NameDescription
Public propertyViewModel
Gets or sets the view model definnition
Top
Methods
  NameDescription
Public methodAddLoadedObject
Add a loaded object
Public methodDeSerialize(Stream, Type) Obsolete.
Deserialize a memory stream obbject
Public methodDeSerializeTModel(Stream) Obsolete.
Deserialize the memory stream
Public methodDispose
Dispose of this object Dispose of this object
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetClassifier
Gets the appropriate classifier for the specified type
Public methodGetFormatter
Get the specified formatter
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLoadedObject
Attempts to get the loaded object
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadCollectionTAssociation
Delay loads the specified collection association
Public methodLoadRelatedTRelated
Load the related information
Public methodLoadSerializerAssembly
Load a serializer assembly (not supported)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerialize(IdentifiedData)
Serialize
Public methodSerialize(Stream, IdentifiedData)
Serialize the specified object to the stream (null writer doesn't do anything)
Public methodSerialize(TextWriter, IdentifiedData)
Serializer the object to the specified text writer
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWritePropertyUtil
Write property utility
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also