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 | |
---|---|---|
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. | |
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 | |
---|---|---|
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. | |
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. | |
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. | |
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. | |
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 | |
---|---|---|
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).) | |
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().) | |
GetType | (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Overrides ValueType.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
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. | |
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.