GeneratedCodeMapping Structure

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents the generated code mapping objects.

Namespace:  System.Web.Razor.Generator
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Structure GeneratedCodeMapping
'Usage
Dim instance As GeneratedCodeMapping
public struct GeneratedCodeMapping
public value class GeneratedCodeMapping
[<SealedAttribute>]
type GeneratedCodeMapping =  struct end
JScript suports the use of structures, but not the declaration of new ones.

The GeneratedCodeMapping type exposes the following members.

Constructors

  Name Description
Public method GeneratedCodeMapping(Int32, Int32, Int32, Int32) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the GeneratedCodeMapping class.
Public method GeneratedCodeMapping(Int32, Int32, Int32, Int32, Int32) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the GeneratedCodeMapping class.

Top

Properties

  Name Description
Public property CodeLength This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the length of the generated map codes.
Public property StartColumn This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the starting column of the generated code maps.
Public property StartGeneratedColumn This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the starting column of a generated code maps in the generated source file.
Public property StartLine This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the starting line of the generated code maps.
Public property StartOffset This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the starting offset of the generated code maps.

Top

Methods

  Name Description
Public method Equals This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current generated code mapping object. (Overrides ValueType.Equals(Object).)
Public method GetHashCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for the generated code mapping object. (Overrides ValueType.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Overrides ValueType.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two specified generated code mapping objects have the same value.
Public operatorStatic member Inequality This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two specified generated code mapping objects have different values.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Generator Namespace