Show / Hide Table of Contents

Class DataFileIdentification

Identifies the data file documented in a physical instance and provides information about the file's location.

Inheritance
Object
NotificationObject
IdentifiableBase
DataFileIdentification
Implements
INotifyPropertyChanged
IIdentifiable
Inherited Members
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.GetUserIdValue(String)
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DataFileIdentification : IdentifiableBase, INotifyPropertyChanged, IIdentifiable

Properties

DisplayLabel

Gets a display label for the item.

Declaration
public string DisplayLabel { get; }
Property Value
Type Description
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
Boolean

IsPublic

Gets or sets a value indicating whether the file is public.

Declaration
public bool IsPublic { get; set; }
Property Value
Type Description
Boolean

true if the file is public; otherwise, false.

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
String

Uri

Gets or sets the URI of the file.

Declaration
public Uri Uri { get; set; }
Property Value
Type Description
Uri

Implements

System.ComponentModel.INotifyPropertyChanged
IIdentifiable
In This Article
Back to top Generated by DocFX