Class ProductVersion
Inheritance
System.Object
ProductVersion
Implements
System.Runtime.Serialization.IExtensibleDataObject
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Cloud.CloudService
Assembly: Simplic.Cloud.dll
Syntax
[DataContract(Name = "ProductVersion", Namespace = "http://schemas.datacontract.org/2004/07/ESS.MS.WebService")]
[Serializable]
public class ProductVersion : IExtensibleDataObject, INotifyPropertyChanged
Properties
| Improve this Doc View SourceExtensionData
Declaration
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }
Property Value
Type | Description |
---|---|
System.Runtime.Serialization.ExtensionDataObject |
IsRootVersion
Declaration
[DataMember]
public bool IsRootVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProductVersionGuid
Declaration
[DataMember]
public Guid ProductVersionGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StackInfo
Declaration
[DataMember]
public KeyValuePair<string, int> StackInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.KeyValuePair<System.String, System.Int32> |
Version
Declaration
[DataMember]
public Version Version { get; set; }
Property Value
Type | Description |
---|---|
System.Version |
Methods
| Improve this Doc View SourceRaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.Runtime.Serialization.IExtensibleDataObject
System.ComponentModel.INotifyPropertyChanged