Class DynamicDataModelChildEventArgs
Provides data about dynamic data model child related events
Inherited Members
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class DynamicDataModelChildEventArgs : EventArgs
Properties
DynamicChild
Gets the dynamic data model child
Declaration
public DynamicChild DynamicChild { get; }
Property Value
Type | Description |
---|---|
DynamicChild |
Key
Gets the key of the dynamic data model on the parent DataModel
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
string |