MockXmlContent ClassDelta Engine Documentation
Mocks xml content in unit tests. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Content ContentData
    DeltaEngine.Content.Xml XmlContent
      DeltaEngine.Content.Mocks MockXmlContent

Namespace: DeltaEngine.Content.Mocks
Assembly: DeltaEngine.Content.Mocks (in DeltaEngine.Content.Mocks.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class MockXmlContent : XmlContent

The MockXmlContent type exposes the following members.

Constructors

  NameDescription
Public methodMockXmlContent
Initializes a new instance of the MockXmlContent class
Top
Methods

  NameDescription
Protected methodCreateDefault (Overrides ContentData CreateDefault .)
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Inherited from XmlContent.)
Public methodInternalCreateDefault (Inherited from ContentData.)
Protected methodLoadData (Overrides XmlContent LoadData(Stream).)
Public methodToString (Inherited from ContentData.)
Top
Fields

  NameDescription
Public fieldchangeCounter
Protected fieldContentChanged (Inherited from ContentData.)
Top
Properties

  NameDescription
Protected propertyAllowCreationIfContentNotFound (Inherited from ContentData.)
Public propertyData (Inherited from XmlContent.)
Public propertyIsDisposed (Inherited from ContentData.)
Public propertyLoadCounter
Public propertyMetaData (Inherited from ContentData.)
Public propertyName (Inherited from ContentData.)
Top
See Also