AttributeOfTimeMember Constructor

Initializes a new instance of the AttributeOfTimeMember class.

Namespace:  Dundas.BI.Data.TimeDimensionProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public AttributeOfTimeMember(
	int id,
	string name,
	string defaultFormat
)

Parameters

id
Type: SystemInt32
The identifier.
name
Type: SystemString
The name.
defaultFormat
Type: SystemString
The default format.
See Also