Skip to content

Introduce GetDecimal() in preference to GetDouble() #109

@JeremyCaney

Description

@JeremyCaney

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

No one assigned

    Labels

    Area: EntityRelates to the core data data structure for modeling topic entities.Priority: 1Severity 1: MinorStatus 2: ScheduledPlanned for an upcoming release.Type: ImprovementImproves the functionality or interface of an existing feature.

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions