Class TupleOfIdentifierTripleguid9h2F5CaQ
Inheritance
TupleOfIdentifierTripleguid9h2F5CaQ
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
[DataContract(Name = "TupleOfIdentifierTripleguid9h2F5CaQ", Namespace = "http://schemas.datacontract.org/2004/07/System")]
[Serializable]
[KnownType(typeof(TypedIdTriple))]
public class TupleOfIdentifierTripleguid9h2F5CaQ : IExtensibleDataObject, INotifyPropertyChanged
Properties
ExtensionData
Declaration
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }
Property Value
m_Item1
Declaration
[DataMember(IsRequired = true)]
public IdentifierTriple m_Item1 { get; set; }
Property Value
m_Item2
Declaration
[DataMember(IsRequired = true)]
public Guid m_Item2 { get; set; }
Property Value
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
String |
propertyName |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements