Show / Hide Table of Contents

Class CaseLaw

Refers to a case law ruling related to the Classification Item.

Inheritance
object
NotificationObject
CaseLaw
Implements
INotifyPropertyChanged
Inherited Members
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.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 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()
Overrides
NotificationObject.WatchProperties()

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX