Class LicenseKey
Inheritance
System.Object
LicenseKey
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 = "LicenseKey", Namespace = "http://schemas.datacontract.org/2004/07/ESS.MS.WebService")]
[Serializable]
public class LicenseKey : IExtensibleDataObject, INotifyPropertyChanged
Properties
| Improve this Doc View SourceExtensionData
Declaration
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }
Property Value
Type | Description |
---|---|
System.Runtime.Serialization.ExtensionDataObject |
Key
Declaration
[DataMember]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxUser
Declaration
[DataMember]
public int MaxUser { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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