M

Entity

Version comparison

Members across versions

26 members across 9 versions · 4 added later · 4 removed · 10 changed · 4 obsolete

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
C Entity(Guid)
same same same same same same same same same
C Entity(Entity)
same same same same same same same same same
C Entity
same same same same same same same same same
C Entity(Schema)
same same same same same same same same same
M Clear(Field)
same same same same same same same same same
M Clear(String)
same same same same same same same same same
same same same same same same same same same
M Get``1(String, DisplayUnitType)
same changed missing missing missing missing missing missing missing
M Get``1(String)
same same same same same changed same same same
M Get``1(Field)
same same same same same changed same same same
M Get``1(Field, DisplayUnitType)
same changed missing missing missing missing missing missing missing
M Get``1(Field, ForgeTypeId)
not yet introduced added same same same same same same same
M Get``1(String, ForgeTypeId)
not yet introduced added same same same same same same same
same same same same same same same same same
same same same same same same same same same
M RecognizedField(Field)
same same same same same same same same same
M Set``1(Field, FieldType)
same same same same same changed same same same
M Set``1(Field, FieldType, DisplayUnitType)
same changed missing missing missing missing missing missing missing
M Set``1(String, FieldType)
same same same same same changed same same same
M Set``1(String, FieldType, DisplayUnitType)
same changed missing missing missing missing missing missing missing
M Set``1(Field, ?, ForgeTypeId)
not yet introduced added same same same changed same same same
M Set``1(String, ?, ForgeTypeId)
not yet introduced added same same same changed same same same
same same same same same same same same same
same same same same same same same same same
P Schema
same same same same same same same same same
same same same same same same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2020).
Not present in: 2025, 2025.3, 2026, 2027
2020 current

Changes in 2021 vs 2020 4 added 4 changed

Flip API Versions →

Added in 2021 (new since 2020)

Changed members

Entity.Get``1(String, DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
fieldName String The name of the field to retrieve.
displayUnits DisplayUnitType The units to which the value will be converted before returning. Must match the UnitType specified when creating the Schema.
→ returns FieldType
Entity.Get``1(Field, DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
field Field The field to retrieve.
displayUnits DisplayUnitType The units to which the value will be converted before returning. Must match the UnitType specified when creating the Schema.
→ returns FieldType
Entity.Set``1(Field, FieldType, DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
field Field The field to update.
value FieldType
displayUnits DisplayUnitType The units from which the value will be converted before storing. Must match the UnitType specified when creating the Schema.
→ returns Set
Entity.Set``1(String, FieldType, DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
fieldName String The name of the field to update.
value FieldType
displayUnits DisplayUnitType The units from which the value will be converted before storing. Must match the UnitType specified when creating the Schema.
→ returns Set