For Babelfish Release 1.12.4.4

ParticipantConcreteClassId Property

Implementation of the IDeserializableAbstractClass interface. To have added control over the Deserialization of abstract classes, in to Concrete classes, the JSON should include a ConcreteClassId that specifies the Concrete class.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
public int ConcreteClassId { get; set; }

Property Value

Int32

See Also