-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Area: EntityRelates to the core data data structure for modeling topic entities.Relates to the core data data structure for modeling topic entities.Priority: 1Severity 1: MinorStatus 2: ScheduledPlanned for an upcoming release.Planned for an upcoming release.Type: ImprovementImproves the functionality or interface of an existing feature.Improves the functionality or interface of an existing feature.
Milestone
Description
When retrieving attributes, we have a number of strongly typed extension methods for retrieving the attributes as specific types. Currently, we have GetInteger() and GetDouble(). But, in practice, most of the places our clients are using GetDouble() would be better suited by GetDecimal(). To facilitate this, introduce a new GetDecimal() extension method. We can keep the GetDouble() in case it meets client needs, though we will generally expect GetDecimal() to be preferred.
Metadata
Metadata
Assignees
Labels
Area: EntityRelates to the core data data structure for modeling topic entities.Relates to the core data data structure for modeling topic entities.Priority: 1Severity 1: MinorStatus 2: ScheduledPlanned for an upcoming release.Planned for an upcoming release.Type: ImprovementImproves the functionality or interface of an existing feature.Improves the functionality or interface of an existing feature.