Search Results for

    Show / Hide Table of Contents

    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 Source

    Category

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

    Comment

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

    CreateDateTime

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

    CreateUser

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

    DisplayName

    Declaration
    [DataMember]
    public string DisplayName { 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

    Ident

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

    IsPublic

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

    Owner

    Declaration
    [DataMember]
    public Guid? Owner { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    SqlText

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

    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