DateMappingData Class

Basic date mapping class.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class DateMappingData : EntityBaseData

The DateMappingData type exposes the following members.

Constructors
  NameDescription
Public methodDateMappingData
Initializes a new instance of the DateMappingData class.
Top
Properties
  NameDescription
Public propertyCheckedOutTo
Gets information about the account to which the object is checked out.
(Inherited from FileData.)
Public propertyChildCount
Gets the number of direct children contained in the entry.
(Inherited from FileData.)
Public propertyConversionProperty
Gets or sets the conversion property.
Public propertyCreatedBy
Gets the account information for the user which created the entry.
(Inherited from FileData.)
Public propertyCreatedTime
Gets the time, in coordinated universal time (UTC), at which the entry was created.
(Inherited from FileData.)
Public propertyCulture
Gets or sets the culture info.
Public propertyCurrentRevision
Gets the highest revision number associated with this file.
(Inherited from FileData.)
Public propertyCustomConversionPropertyName
Gets or sets the name of the custom conversion property.
Public propertyDateTimeFormatStrings
Gets the date time format string for conversion.
Public propertyDescription
Gets an optional description associated with the entry.
(Inherited from FileData.)
Public propertyEffectiveCallerPrivileges
Gets the effective caller privileges so the UI can do checks based on this.
(Inherited from FileData.)
Public propertyExcludedSets
Gets the excluded sets.
Public propertyExcludeUnknownMember
Gets or sets a value indicating whether unknown member should be excluded from the mapping.
Public propertyFiles
Gets the files contained in the entry.
(Inherited from FileData.)
Public propertyFolders
Gets the folders contained in the entry.
(Inherited from FileData.)
Public propertyFriendlyFullName
Gets the full path of the entry (friendly).
(Inherited from FileData.)
Public propertyFriendlyLocation
Gets the location of the entry (friendly representation).
(Inherited from FileData.)
Public propertyFriendlyLocationElements
Gets a read-only list of distinct path elements which compose FriendlyLocation.
(Inherited from FileData.)
Public propertyFriendlyName
Gets the name of the entry (friendly representation).
(Inherited from FileData.)
Public propertyFullName
Gets the full path of the entry.
(Inherited from FileData.)
Public propertyId
Gets the unique identifier of the entry.
(Inherited from FileData.)
Public propertyInheritedTags
Gets the inherited tags, if there are any.
(Inherited from FileData.)
Public propertyIsAutoGenerated
Gets a value indicating whether DateMapping object is auto generated.
Public propertyIsCheckedOut
Gets a value indicating whether the file is checked out.
(Inherited from FileData.)
Public propertyIsCheckedOutToCaller
Gets a value indicating whether the file is checked out to caller.
(Inherited from FileData.)
Public propertyIsConversionRequired
Gets or sets a value indicating whether conversion is required.
Public propertyIsCustomLocalizationApplied
Gets or sets a value indicating whether the custom localization applied on this entity.
(Inherited from EntityBaseData.)
Public propertyIsInactive
Gets a value indicating whether the file is inactive.
(Inherited from FileData.)
Public propertyIsInvalid
Gets or sets a value indicating whether this instance is invalid.
Public propertyIsProtected
Gets a value indicating whether the entry is protected.
(Inherited from FileData.)
Public propertyIsRecycled
Gets a value indicating whether the entry is recycled.
(Inherited from FileData.)
Public propertyIsSubentry
Gets a value indicating whether the entry is contained by a File.
(Inherited from FileData.)
Public propertyIsTemporary
Gets a value indicating whether the entry resides under a temporary folder.
(Inherited from FileData.)
Public propertyIsTransient
Gets a value indicating whether the file is transient.
(Inherited from FileData.)
Public propertyLastCheckedInTime
Gets the time when the file was last checked in.
(Inherited from FileData.)
Public propertyLastModifiedTime
Gets the time, in coordinated universal time (UTC), at which the entry was last modified.
(Inherited from FileData.)
Public propertyLevelMapping
Gets the level to DateTime level type mapping.
Public propertyLocation
Gets the location of the entry.
(Inherited from FileData.)
Public propertyMetadata
Gets arbitrary metadata associated with the entry.
(Inherited from FileData.)
Public propertyName
Gets the name of the entry.
(Inherited from FileData.)
Public propertyObjectType
Gets the type of the entry.
(Inherited from FileData.)
Public propertyOverwrite
Gets or sets a value indicating whether the file should be overwritten if the file was already created.
(Inherited from FileData.)
Public propertyParentId
Gets the ID of the item's parent.
(Inherited from FileData.)
Public propertyPrimaryEntryId
Gets the ID of the primary object which contains the entry.
(Inherited from FileData.)
Public propertyPrivilegeInheritanceBehavior
Gets the privilege inheritance behavior.
(Inherited from FileData.)
Public propertyPrivileges
Gets the entry's privilege assignments.
(Inherited from FileData.)
Public propertyProjectId
Gets the ID of the project containing the entry.
(Inherited from FileData.)
Public propertyRevision
Gets the revision of this instance.
(Inherited from EntityBaseData.)
Public propertyStartDate
Gets or sets the start date for the period.
Public propertySubtype
Gets or sets the type-specific sub-type of the entry.
(Inherited from FileData.)
Public propertyTags
Gets a collection of explicit tags associated with the entry.
(Inherited from FileData.)
Public propertyTenantId
Gets the ID of the tenant associated with the entry.
(Inherited from FileData.)
Public propertyTimeProviderId
Gets or sets the time provider ID.
Public propertyTimeProviderValues
Gets the time provider's setting value overrides.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyUndoContext
If available, the current undo context for the entity.
(Inherited from EntityBaseData.)
Public propertyUniqueName
Gets the unique name.
Public propertyWarnings
Gets the warnings for the current instance, as well as for any dependency objects.
(Inherited from FileData.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMapping
The mapping from DateMapping to DateMappingData.
Public methodStatic memberToEntityMapping
The mapping from DateMapping to DateMapping.
Top
Extension Methods
  NameDescription
Public Extension MethodSetUIClassName
Sets the name of the file data UI class.
(Defined by ModelDataExtensions.)
Top
See Also