Class CaseLaw
Refers to a case law ruling related to the Classification Item.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class CaseLaw : NotificationObject, INotifyPropertyChanged
Properties
CaseLawDate
Date of the case law ruling.
Declaration
public Date CaseLawDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
Description
A description of the case law.
Declaration
public MultilingualString Description { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
Name
Case Law Name.
Declaration
public MultilingualString Name { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
Methods
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()