Show / Hide Table of Contents

Class Software

Describes information about a software application.

Inheritance
object
NotificationObject
IdentifiableBase
Software
Implements
INotifyPropertyChanged
IIdentifiable
IHasCustomFields
Inherited Members
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.CustomFields
IdentifiableBase.UserAttributes
IdentifiableBase.GetUserIdValue(string)
IdentifiableBase.GetChildren()
IdentifiableBase.ReplaceChild(IdentifierTriple, IVersionable)
IdentifiableBase.RemoveChild(IdentifierTriple)
IdentifiableBase.RemoveChildHelper(IdentifierTriple, params IList[])
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
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 Software : IdentifiableBase, INotifyPropertyChanged, IIdentifiable, IHasCustomFields

Constructors

Software()

Initializes a new instance of the Software class.

Declaration
public Software()

Properties

Date

Gets or sets the date the software application was published.

Declaration
public DateSpecification Date { get; set; }
Property Value
Type Description
DateSpecification

Description

Gets a description of the software application.

Declaration
public MultilingualString Description { get; }
Property Value
Type Description
MultilingualString

DisplayLabel

Gets the display label.

Declaration
public string DisplayLabel { get; }
Property Value
Type Description
string

The display label.

Function

Gets or sets the function of the software application described by this instance. This value may be from a controlled vocabulary.

Declaration
public CodeValue Function { get; set; }
Property Value
Type Description
CodeValue

HasValue

Gets a value indicating whether the object has any content.

Declaration
public bool HasValue { get; }
Property Value
Type Description
bool

true if the object has any content; otherwise, false.

Name

Gets the name of the software.

Declaration
public MultilingualString Name { get; }
Property Value
Type Description
MultilingualString

SoftwarePackage

Gets or sets the software application described by this instance. This value may be from a controlled vocabulary.

Declaration
public CodeValue SoftwarePackage { get; set; }
Property Value
Type Description
CodeValue

Version

Gets or sets the version of the software application.

Declaration
public string Version { get; set; }
Property Value
Type Description
string

Methods

ToString()

Returns a string that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents this instance.

Overrides
object.ToString()

WatchProperties()

Watch for property changed events

Declaration
protected override void WatchProperties()
Overrides
IdentifiableBase.WatchProperties()

Implements

INotifyPropertyChanged
IIdentifiable
IHasCustomFields

Extension Methods

VersionableCustomFieldExtensions.GetCustomFieldMultilingualStringValue(IHasCustomFields, string)
VersionableCustomFieldExtensions.GetCustomFieldStringValue(IHasCustomFields, string)
VersionableCustomFieldExtensions.GetCustomFieldUriValue(IHasCustomFields, string)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, MultilingualString, IVersionable)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, MultilingualString, string)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, string, IVersionable)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, string, string)
In this article
Back to top Generated by DocFX