Class PlainTcoEntity
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoEntity
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()
Assembly: TcoDataConnector.dll
Syntax
public class PlainTcoEntity : PlainTcoStruct, INotifyPropertyChanged, IPlain, IBrowsableDataObject, IPlainTcoEntity
Constructors
|
Improve this Doc
View Source
PlainTcoEntity()
Declaration
Fields
|
Improve this Doc
View Source
__EntityId
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
changes
Declaration
List<ValueChangeItem> changes
Field Value
Properties
|
Improve this Doc
View Source
_EntityId
Declaration
public string _EntityId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_recordId
Declaration
public dynamic _recordId { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
Changes
Declaration
public List<ValueChangeItem> Changes { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoEntity)
Declaration
public void CopyCyclicToPlain(ITcoEntity source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoEntity)
Declaration
public void CopyCyclicToPlain(TcoEntity source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoEntity)
Declaration
public void CopyPlainToCyclic(ITcoEntity target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoEntity)
Declaration
public void CopyPlainToCyclic(TcoEntity target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoEntity)
Declaration
public void CopyPlainToShadow(IShadowTcoEntity target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoEntity)
Declaration
public void CopyPlainToShadow(TcoEntity target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoEntity)
Declaration
public void CopyShadowToPlain(IShadowTcoEntity source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoEntity)
Declaration
public void CopyShadowToPlain(TcoEntity source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain