Class AbstractDomainData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Interfaces.Data
Assembly: Mars.Interfaces.dll
Syntax
public abstract class AbstractDomainData : IIdentifiableData, IDomainData
Properties
| Improve this Doc View SourceDataKey
The associated key to this data object.
Declaration
public int? DataKey { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Remarks
When key is
|
Improve this Doc
View Source
null
, the object is not managed.
InputConfiguration
The associated configuration used to import this data object.
Declaration
public InputConfiguration InputConfiguration { get; set; }
Property Value
Type | Description |
---|---|
InputConfiguration |