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.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 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

Implements

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