Search Results for

    Show / Hide Table of Contents

    Class Product

    Inheritance
    System.Object
    Product
    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 = "Product", Namespace = "http://schemas.datacontract.org/2004/07/ESS.MS.WebService")]
    [Serializable]
    public class Product : IExtensibleDataObject, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Desc

    Declaration
    [DataMember]
    public string Desc { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    Image

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

    Name

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

    ProductGuid

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

    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