Search Results for

    Show / Hide Table of Contents

    Class InstanceData_Export_Configuration_Info

    Inheritance
    System.Object
    ORMInfoBase
    SybaseBase
    InstanceData_Export_Configuration_Info
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    SybaseBase.ConnectionStringName
    SybaseBase.TrySetNewID(Version)
    SybaseBase.OnBeginLoad()
    SybaseBase.OnEndLoad()
    SybaseBase.OnBeginWork(ORMActionType)
    SybaseBase.OnEndWork(ORMActionType)
    ORMInfoBase.PropertyChanged
    ORMInfoBase.NotifyPropertyChanged()
    ORMInfoBase.NotifyPropertyChanged(String)
    ORMInfoBase.ChangeModeAction
    ORMInfoBase.IgnoreChangesInfoStack
    ORMInfoBase.IgnoreChangesWPFBinding
    ORMInfoBase.Delete()
    ORMInfoBase.DeleteCascade()
    ORMInfoBase.serializer_UnknownNode(Object, XmlNodeEventArgs)
    ORMInfoBase.serializer_UnknownAttribute(Object, XmlAttributeEventArgs)
    ORMInfoBase.serializer_UnknownElement(Object, XmlElementEventArgs)
    System.Object.ToString()
    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.Framework.Model
    Assembly: Simplic.Framework.Model.dll
    Syntax
    public class InstanceData_Export_Configuration_Info : SybaseBase, INotifyPropertyChanged

    Constructors

    | Improve this Doc View Source

    InstanceData_Export_Configuration_Info(SybaseStack)

    Declaration
    public InstanceData_Export_Configuration_Info(SybaseStack sb)
    Parameters
    Type Name Description
    SybaseStack sb

    Properties

    | Improve this Doc View Source

    ExportScriptClass

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

    ExportScriptMethod

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

    ExportScriptName

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

    Guid

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    InterfaceId

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

    IsActive

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TableName

    Declaration
    public override string TableName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    SybaseBase.TableName
    | Improve this Doc View Source

    TableOwner

    Declaration
    public override string TableOwner { get; }
    Property Value
    Type Description
    System.String
    Overrides
    SybaseBase.TableOwner
    | Improve this Doc View Source

    UseScriptValidation

    Declaration
    public bool UseScriptValidation { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UseSqlValidation

    Declaration
    public bool UseSqlValidation { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ValidatorScriptClass

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

    ValidatorScriptMethod

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

    ValidatorScriptName

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

    ValidatorSqlProcedureScript

    Declaration
    public string ValidatorSqlProcedureScript { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    Implements

    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx