Class InstanceData_Export_Info
Inheritance
System.Object
InstanceData_Export_Info
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Framework.Model.dll
Syntax
public class InstanceData_Export_Info : SybaseBase, INotifyPropertyChanged
Constructors
|
Improve this Doc
View Source
InstanceData_Export_Info(SybaseStack)
Declaration
public InstanceData_Export_Info(SybaseStack sb)
Parameters
Properties
|
Improve this Doc
View Source
Action
Declaration
public short Action { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
Destination
Declaration
public int? Destination { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
ExportId
Declaration
public Guid ExportId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Ident
Declaration
public long Ident { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
InstanceDataGuid
Declaration
public Guid InstanceDataGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
StackGuid
Declaration
public Guid StackGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Status
Declaration
public int Status { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TableName
Declaration
public override string TableName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
TableOwner
Declaration
public override string TableOwner { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
TenantId
Declaration
public Guid TenantId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Implements
System.ComponentModel.INotifyPropertyChanged