Class ESS_MS_Sql_Storage
Inheritance
System.Object
ESS_MS_Sql_Storage
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 = "ESS_MS_Sql_Storage", Namespace = "http://schemas.datacontract.org/2004/07/ESS.MS.WebService.SQL")]
[Serializable]
public class ESS_MS_Sql_Storage : IExtensibleDataObject, INotifyPropertyChanged
Properties
| Improve this Doc View SourceCategory
Declaration
[DataMember]
public int Category { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Comment
Declaration
[DataMember]
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreateDateTime
Declaration
[DataMember]
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreateUser
Declaration
[DataMember]
public string CreateUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
Declaration
[DataMember]
public string DisplayName { 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 |
Ident
Declaration
[DataMember]
public long Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
IsPublic
Declaration
[DataMember]
public int IsPublic { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Owner
Declaration
[DataMember]
public Guid? Owner { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
SqlText
Declaration
[DataMember]
public string SqlText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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