Class TupleOfguidlongstring
Inheritance
System.Object
TupleOfguidlongstring
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public class TupleOfguidlongstring : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged
Properties
ExtensionData
Declaration
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get; set; }
Property Value
Type |
Description |
System.Runtime.Serialization.ExtensionDataObject |
|
m_Item1
Declaration
public System.Guid m_Item1 { get; set; }
Property Value
Type |
Description |
System.Guid |
|
m_Item2
Declaration
public long m_Item2 { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
m_Item3
Declaration
public string m_Item3 { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
PropertyChanged
Declaration
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Extension Methods