Click or drag to resize
DigitalRuneDRLodGroupNodeWriter Class
Writes a DRLodGroupNodeContent to binary format that can be read by the LodGroupNodeReader to load a LodGroupNode.
Inheritance Hierarchy
SystemObject
  ContentTypeWriter
    ContentTypeWriterDRLodGroupNodeContent
      DigitalRune.Graphics.Content.PipelineDRLodGroupNodeWriter

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax
[ContentTypeWriterAttribute]
public class DRLodGroupNodeWriter : ContentTypeWriter<DRLodGroupNodeContent>

The DRLodGroupNodeWriter type exposes the following members.

Constructors
  NameDescription
Public methodDRLodGroupNodeWriter
Initializes a new instance of the DRLodGroupNodeWriter class
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRuntimeReader
Gets the assembly qualified name of the runtime loader for this type.
(Overrides ContentTypeWriter.GetRuntimeReader(TargetPlatform).)
Public methodGetRuntimeType
Gets the assembly qualified name of the runtime target type.
(Overrides ContentTypeWriter.GetRuntimeType(TargetPlatform).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitialize (Inherited from ContentTypeWriter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodShouldCompressContent (Inherited from ContentTypeWriter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWrite(ContentWriter, Object) (Inherited from ContentTypeWriterDRLodGroupNodeContent.)
Protected methodWrite(ContentWriter, DRLodGroupNodeContent)
Compiles a strongly typed object into binary format.
(Overrides ContentTypeWriter.Write(ContentWriter, UTP).)
Top
Properties
  NameDescription
Public propertyCanDeserializeIntoExistingObject (Inherited from ContentTypeWriter.)
Public propertyTargetType (Inherited from ContentTypeWriter.)
Public propertyTypeVersion (Inherited from ContentTypeWriter.)
Top
See Also