Search Results for

    Show / Hide Table of Contents

    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 Source

    ExtensionData

    Declaration
    [Browsable(false)]
    public ExtensionDataObject ExtensionData { get; set; }
    Property Value
    Type Description
    System.Runtime.Serialization.ExtensionDataObject
    | Improve this Doc View Source

    IsRootVersion

    Declaration
    [DataMember]
    public bool IsRootVersion { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ProductVersionGuid

    Declaration
    [DataMember]
    public Guid ProductVersionGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    StackInfo

    Declaration
    [DataMember]
    public KeyValuePair<string, int> StackInfo { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.KeyValuePair<System.String, System.Int32>
    | Improve this Doc View Source

    Version

    Declaration
    [DataMember]
    public Version Version { get; set; }
    Property Value
    Type Description
    System.Version

    Methods

    | Improve this Doc View Source

    RaisePropertyChanged(String)

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

    Events

    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.Runtime.Serialization.IExtensibleDataObject
    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx