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 SourceDesc
Declaration
[DataMember]
public string Desc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExtensionData
Declaration
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }
Property Value
Type | Description |
---|---|
System.Runtime.Serialization.ExtensionDataObject |
Image
Declaration
[DataMember]
public byte[] Image { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Name
Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProductGuid
Declaration
[DataMember]
public Guid ProductGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
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