TimeInterval Constructor (Int32, String, DateTimeGranularity, IListString, String, String, Boolean, ICollectionAttributeOfTimeMember) |
The constructor is not intended to be used directly from your code, unless
you are implementing a custom time dimension provider.
Namespace:
Dundas.BI.Data.TimeDimensionProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic TimeInterval(
int id,
string name,
DateTimeGranularity intervalType,
IList<string> standardFormats,
string defaultFormat,
string defaultShortFormat,
bool supportsSharedMembers,
ICollection<AttributeOfTimeMember> supportedAttributes
)
Public Sub New (
id As Integer,
name As String,
intervalType As DateTimeGranularity,
standardFormats As IList(Of String),
defaultFormat As String,
defaultShortFormat As String,
supportsSharedMembers As Boolean,
supportedAttributes As ICollection(Of AttributeOfTimeMember)
)
public:
TimeInterval(
int id,
String^ name,
DateTimeGranularity intervalType,
IList<String^>^ standardFormats,
String^ defaultFormat,
String^ defaultShortFormat,
bool supportsSharedMembers,
ICollection<AttributeOfTimeMember^>^ supportedAttributes
)
new :
id : int *
name : string *
intervalType : DateTimeGranularity *
standardFormats : IList<string> *
defaultFormat : string *
defaultShortFormat : string *
supportsSharedMembers : bool *
supportedAttributes : ICollection<AttributeOfTimeMember> -> TimeIntervalParameters
- id
- Type: SystemInt32
The ID. - name
- Type: SystemString
The name. - intervalType
- Type: Dundas.BI.DataDateTimeGranularity
Type of the interval. - standardFormats
- Type: System.Collections.GenericIListString
The standard formats. - defaultFormat
- Type: SystemString
The default format. - defaultShortFormat
- Type: SystemString
The default short format. - supportsSharedMembers
- Type: SystemBoolean
Set to if this time interval supports shared members. - supportedAttributes
- Type: System.Collections.GenericICollectionAttributeOfTimeMember
The supported attributes.
See Also