Show / Hide Table of Contents

Class TupleOfIdentifierTripleNoteTypestringstring9K0E_S5xd

Inheritance
Object
TupleOfIdentifierTripleNoteTypestringstring9K0E_S5xd
Implements
IExtensibleDataObject
INotifyPropertyChanged
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Repository.Client.RepositoryServiceReference
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
[DataContract(Name = "TupleOfIdentifierTripleNoteTypestringstring9K0E_S5xd", Namespace = "http://schemas.datacontract.org/2004/07/System")]
[Serializable]
[KnownType(typeof(Note))]
public class TupleOfIdentifierTripleNoteTypestringstring9K0E_S5xd : IExtensibleDataObject, INotifyPropertyChanged

Properties

ExtensionData

Declaration
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }
Property Value
Type Description
ExtensionDataObject

m_Item1

Declaration
[DataMember(IsRequired = true)]
public IdentifierTriple m_Item1 { get; set; }
Property Value
Type Description
IdentifierTriple

m_Item2

Declaration
[DataMember(IsRequired = true)]
public NoteType m_Item2 { get; set; }
Property Value
Type Description
NoteType

m_Item3

Declaration
[DataMember(IsRequired = true)]
public string m_Item3 { get; set; }
Property Value
Type Description
String

m_Item4

Declaration
[DataMember(IsRequired = true)]
public string m_Item4 { get; set; }
Property Value
Type Description
String

Methods

RaisePropertyChanged(String)

Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type Name Description
String propertyName

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
PropertyChangedEventHandler

Implements

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