Click or drag to resize

NullViewModelSerializer Class

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

Namespace: SanteDB.Core.ViewModel.Null
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public class NullViewModelSerializer : IViewModelSerializer, 
	IDisposable

The NullViewModelSerializer type exposes the following members.

Constructors
 NameDescription
Public methodNullViewModelSerializerInitializes a new instance of the NullViewModelSerializer class
Top
Properties
 NameDescription
Public propertyForbidDelayLoad Gets whether delay loading should be forbidden
Public propertyViewModel Gets or sets the view model definnition
Top
Methods
 NameDescription
Public methodAddLoadedObject Add a loaded object
Public methodDeSerialize(Stream, Type) Deserialize a memory stream obbject
Obsolete
Public methodDeSerializeTModel(Stream) Deserialize the memory stream
Obsolete
Public methodDispose Dispose of this object Dispose of this object
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLoadedObject Attempts to get the loaded object
Public methodGetTypeGets 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 methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSerialize(Object) Serialize
Public methodSerialize(Stream, Object) Serialize the specified object to the stream (null writer doesn't do anything)
Public methodSerialize(TextWriter, Object) Serializer the object to the specified text writer
Public methodToStringReturns 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 MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also