Class DataFileIdentification
Identifies the data file documented in a physical instance and provides information about the file's location.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DataFileIdentification : IdentifiableBase, IIdentifiable
Properties
DisplayLabel
Gets a display label for the item.
Declaration
public string DisplayLabel { get; }
Property Value
Type | Description |
---|---|
System.String |
HumanReadableLocation
Gets the human readable location.
Declaration
public MultilingualString HumanReadableLocation { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
IsMaster
Gets or sets a value indicating whether this is the master file, in cases where there are also backups or other copies of the file.
Declaration
public bool IsMaster { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPublic
Gets or sets a value indicating whether the file is public.
Declaration
public bool IsPublic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Path
This property is deprecated as of DDI 3.2 and should not be used. Use Uri instead.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uri
Gets or sets the URI of the file.
Declaration
public Uri Uri { get; set; }
Property Value
Type | Description |
---|---|
Uri |