IndentedTextWriter Class
Entity Framework 5.0
The same as T:System.CodeDom.Compiler.IndentedTextWriter but works in partial trust.
System.Object
System.MarshalByRefObject
System.IO.TextWriter
System.Data.Entity.Migrations.Utilities.IndentedTextWriter
System.MarshalByRefObject
System.IO.TextWriter
System.Data.Entity.Migrations.Utilities.IndentedTextWriter
Namespace: System.Data.Entity.Migrations.Utilities
Assembly: EntityFramework (in EntityFramework.dll)
The IndentedTextWriter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IndentedTextWriter(TextWriter) | Initializes a new instance of the IndentedTextWriter class using the specified text writer and default tab string. |
![]() | IndentedTextWriter(TextWriter, String) | Initializes a new instance of the IndentedTextWriter class using the specified text writer and tab string. |
| Name | Description | |
|---|---|---|
![]() | Encoding | Gets the encoding for the text writer to use. (Overrides TextWriter.Encoding.) |
![]() | FormatProvider | (Inherited from TextWriter.) |
![]() | Indent | Gets or sets the number of spaces to indent. |
![]() | InnerWriter | Gets the TextWriter to use. |
![]() | NewLine | Gets or sets the new line character to use. (Overrides TextWriter.NewLine.) |
| Name | Description | |
|---|---|---|
![]() | Close | Closes the document being written to. (Overrides TextWriter.Close.) |
![]() | CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | Dispose | (Inherited from TextWriter.) |
![]() | Dispose(Boolean) | (Inherited from TextWriter.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Flush | Flushes the stream. (Overrides TextWriter.Flush.) |
![]() | FlushAsync | (Inherited from TextWriter.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | OutputTabs | Outputs the tab string once for each level of indentation according to the Indent property. |
![]() | ToString | (Inherited from Object.) |
![]() | Write(UInt32) | (Inherited from TextWriter.) |
![]() | Write(UInt64) | (Inherited from TextWriter.) |
![]() | Write(Decimal) | (Inherited from TextWriter.) |
![]() | Write(Boolean) | Writes the text representation of a Boolean value to the text stream. (Overrides TextWriter.Write(Boolean).) |
![]() | Write(Char) | Writes a character to the text stream. (Overrides TextWriter.Write(Char).) |
![]() | Write(Char()) | Writes a character array to the text stream. (Overrides TextWriter.Write(Char()).) |
![]() | Write(Double) | Writes the text representation of a Double to the text stream. (Overrides TextWriter.Write(Double).) |
![]() | Write(Int32) | Writes the text representation of an integer to the text stream. (Overrides TextWriter.Write(Int32).) |
![]() | Write(Int64) | Writes the text representation of an 8-byte integer to the text stream. (Overrides TextWriter.Write(Int64).) |
![]() | Write(Object) | Writes the text representation of an object to the text stream. (Overrides TextWriter.Write(Object).) |
![]() | Write(Single) | Writes the text representation of a Single to the text stream. (Overrides TextWriter.Write(Single).) |
![]() | Write(String) | Writes the specified string to the text stream. (Overrides TextWriter.Write(String).) |
![]() | Write(String, Object) | Writes out a formatted string, using the same semantics as specified. (Overrides TextWriter.Write(String, Object).) |
![]() | Write(String, Object()) | Writes out a formatted string, using the same semantics as specified. (Overrides TextWriter.Write(String, Object()).) |
![]() | Write(Char(), Int32, Int32) | Writes a subarray of characters to the text stream. (Overrides TextWriter.Write(Char(), Int32, Int32).) |
![]() | Write(String, Object, Object) | Writes out a formatted string, using the same semantics as specified. (Overrides TextWriter.Write(String, Object, Object).) |
![]() | Write(String, Object, Object, Object) | (Inherited from TextWriter.) |
![]() | WriteAsync(Char) | (Inherited from TextWriter.) |
![]() | WriteAsync(String) | (Inherited from TextWriter.) |
![]() | WriteAsync(Char) | (Inherited from TextWriter.) |
![]() | WriteAsync(Char, Int32, Int32) | (Inherited from TextWriter.) |
![]() | WriteLine | Writes a line terminator. (Overrides TextWriter.WriteLine.) |
![]() | WriteLine(UInt64) | (Inherited from TextWriter.) |
![]() | WriteLine(Decimal) | (Inherited from TextWriter.) |
![]() | WriteLine(Boolean) | Writes the text representation of a Boolean, followed by a line terminator, to the text stream. (Overrides TextWriter.WriteLine(Boolean).) |
![]() | WriteLine(Char) | Writes a character, followed by a line terminator, to the text stream. (Overrides TextWriter.WriteLine(Char).) |
![]() | WriteLine(Char()) | Writes a character array, followed by a line terminator, to the text stream. (Overrides TextWriter.WriteLine(Char()).) |
![]() | WriteLine(Double) | Writes the text representation of a Double, followed by a line terminator, to the text stream. (Overrides TextWriter.WriteLine(Double).) |
![]() | WriteLine(Int32) | Writes the text representation of an integer, followed by a line terminator, to the text stream. (Overrides TextWriter.WriteLine(Int32).) |
![]() | WriteLine(Int64) | Writes the text representation of an 8-byte integer, followed by a line terminator, to the text stream. (Overrides TextWriter.WriteLine(Int64).) |
![]() | WriteLine(Object) | Writes the text representation of an object, followed by a line terminator, to the text stream. (Overrides TextWriter.WriteLine(Object).) |
![]() | WriteLine(Single) | Writes the text representation of a Single, followed by a line terminator, to the text stream. (Overrides TextWriter.WriteLine(Single).) |
![]() | WriteLine(String) | Writes the specified string, followed by a line terminator, to the text stream. (Overrides TextWriter.WriteLine(String).) |
![]() | WriteLine(UInt32) | Writes the text representation of a UInt32, followed by a line terminator, to the text stream. (Overrides TextWriter.WriteLine(UInt32).) |
![]() | WriteLine(String, Object) | Writes out a formatted string, followed by a line terminator, using the same semantics as specified. (Overrides TextWriter.WriteLine(String, Object).) |
![]() | WriteLine(String, Object()) | Writes out a formatted string, followed by a line terminator, using the same semantics as specified. (Overrides TextWriter.WriteLine(String, Object()).) |
![]() | WriteLine(Char(), Int32, Int32) | Writes a subarray of characters, followed by a line terminator, to the text stream. (Overrides TextWriter.WriteLine(Char(), Int32, Int32).) |
![]() | WriteLine(String, Object, Object) | Writes out a formatted string, followed by a line terminator, using the same semantics as specified. (Overrides TextWriter.WriteLine(String, Object, Object).) |
![]() | WriteLine(String, Object, Object, Object) | (Inherited from TextWriter.) |
![]() | WriteLineAsync | (Inherited from TextWriter.) |
![]() | WriteLineAsync(Char) | (Inherited from TextWriter.) |
![]() | WriteLineAsync(String) | (Inherited from TextWriter.) |
![]() | WriteLineAsync(Char) | (Inherited from TextWriter.) |
![]() | WriteLineAsync(Char, Int32, Int32) | (Inherited from TextWriter.) |
![]() | WriteLineNoTabs | Writes the specified string to a line without tabs. |
| Name | Description | |
|---|---|---|
![]() | CoreNewLine | (Inherited from TextWriter.) |
![]() ![]() | DefaultTabString | Specifies the default tab string. This field is constant. |
Show:
