Class PlainStringBuilder
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainStringBuilder
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public class PlainStringBuilder : INotifyPropertyChanged, IPlain
Constructors
| Improve this Doc View SourcePlainStringBuilder()
Declaration
public PlainStringBuilder()
Methods
| Improve this Doc View SourceCopyCyclicToPlain(IStringBuilder)
Declaration
public void CopyCyclicToPlain(IStringBuilder source)
Parameters
| Type | Name | Description |
|---|---|---|
| IStringBuilder | source |
CopyCyclicToPlain(StringBuilder)
Declaration
public void CopyCyclicToPlain(StringBuilder source)
Parameters
| Type | Name | Description |
|---|---|---|
| StringBuilder | source |
CopyPlainToCyclic(IStringBuilder)
Declaration
public void CopyPlainToCyclic(IStringBuilder target)
Parameters
| Type | Name | Description |
|---|---|---|
| IStringBuilder | target |
CopyPlainToCyclic(StringBuilder)
Declaration
public void CopyPlainToCyclic(StringBuilder target)
Parameters
| Type | Name | Description |
|---|---|---|
| StringBuilder | target |
CopyPlainToShadow(IShadowStringBuilder)
Declaration
public void CopyPlainToShadow(IShadowStringBuilder target)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowStringBuilder | target |
CopyPlainToShadow(StringBuilder)
Declaration
public void CopyPlainToShadow(StringBuilder target)
Parameters
| Type | Name | Description |
|---|---|---|
| StringBuilder | target |
CopyShadowToPlain(IShadowStringBuilder)
Declaration
public void CopyShadowToPlain(IShadowStringBuilder source)
Parameters
| Type | Name | Description |
|---|---|---|
| IShadowStringBuilder | source |
CopyShadowToPlain(StringBuilder)
Declaration
public void CopyShadowToPlain(StringBuilder source)
Parameters
| Type | Name | Description |
|---|---|---|
| StringBuilder | source |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain