Class ManagedDateTimeRepresentation
Managed Representation for date time
Inheritance
System.Object
ManagedDateTimeRepresentation
Inherited Members
Algenta.Colectica.Model.VersionableBase.TryReplaceChild<T>(Func<>, Action<>, Algenta.Colectica.Model.Utility.IdentifierTriple, Algenta.Colectica.Model.IVersionable)
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ManagedDateTimeRepresentation : ManagedRepresentationBase, IVersionable, IIdentifiable, IVisitable, IHasCustomFields, IDescribable
Properties
ClassificationLevel
Gets or sets the classification level.
Declaration
public CategoryRelation ClassificationLevel { get; set; }
Property Value
Type | Description |
---|---|
CategoryRelation |
DateFormat
Gets or sets the format of the date field, in formats such as "YYYY/MM" or "MM-DD-YY". If this property is omitted, then the format is assumed to be the XML FileFormat format corresponding to the date type.
Declaration
public string DateFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The date format. |
DateTimeType
Gets or sets the type of the date time to be collected.
Declaration
public CodeValue DateTimeType { get; set; }
Property Value
Type | Description |
---|---|
CodeValue | The type of the date time. |
GenericOutputFormat
This field provides a recommended generic treatment of the data for display by an application.
Declaration
public CodeValue GenericOutputFormat { get; set; }
Property Value
Type | Description |
---|---|
CodeValue |
ItemType
Gets the universally unique identifier representing the item's type.
Declaration
public override Guid ItemType { get; }
Property Value
Type | Description |
---|---|
Guid | The identifier representing the item's type. |
Overrides
RecommendedDataType
This field provides the recommended treatment of the data within an application.
Declaration
public CodeValue RecommendedDataType { get; set; }
Property Value
Type | Description |
---|---|
CodeValue |