EntityViewGenerator Class

Definition

Generates views for the extents in the StorageMappingItemCollection, and creates a source code file for a type that will cache these views.

public ref class EntityViewGenerator
public class EntityViewGenerator
type EntityViewGenerator = class
Public Class EntityViewGenerator
Inheritance
EntityViewGenerator

Constructors

EntityViewGenerator()

Initializes a new instance of the EntityViewGenerator class with a GenerateCSharpCode language option.

EntityViewGenerator(LanguageOption)

Initializes a new instance of the EntityViewGenerator class with the specified LanguageOption.

Properties

LanguageOption

Gets or sets a LanguageOption value that indicates the language of the generated code.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GenerateViews(StorageMappingItemCollection, String)

Generates views at compile time for the extents in a StorageMappingItemCollection. Writes a source code file to a specified location that makes the views available at run time.

GenerateViews(StorageMappingItemCollection, TextWriter)

Generates views at compile time for the extents in a StorageMappingItemCollection. Sends a source code file to a TextWriter to make these views available at run time.

GenerateViews(StorageMappingItemCollection, TextWriter, Version)

Generates views at compile time for the extents in a StorageMappingItemCollection. Sends a source code file to a TextWriter to make these views available at run time.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
Validate(StorageMappingItemCollection)

Validates a StorageMappingItemCollection.

Validate(StorageMappingItemCollection, Version)

Validates a StorageMappingItemCollection.

Applies to