SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class SyncPortsViewEntry

    Namespace
    SWConfigDataClientLib.Proxies.IppbxServer
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>SyncPortsViewEntrySyncPortsViewEntry</CDSClientLib.EntryBaseSummary>

    public class SyncPortsViewEntry : SObject
    Inheritance
    object
    SObject
    SyncPortsViewEntry
    Inherited Members
    SObject.MakeKey(string)
    SObject.SObjectID

    Constructors

    SyncPortsViewEntry()

    public SyncPortsViewEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    ConnectedIpPbxID

    public virtual int ConnectedIpPbxID { get; set; }

    Property Value

    int

    Hops

    public virtual int Hops { get; set; }

    Property Value

    int

    IsConnectedIpPbxIDNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsConnectedIpPbxIDNull { get; }

    Property Value

    bool

    IsHopsNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsHopsNull { get; }

    Property Value

    bool

    IsPortIDNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsPortIDNull { get; }

    Property Value

    bool

    IsRoutingIpPbxIDNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsRoutingIpPbxIDNull { get; }

    Property Value

    bool

    IsSiteConnectionTypeNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsSiteConnectionTypeNull { get; }

    Property Value

    bool

    IsSyncDataTypeNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsSyncDataTypeNull { get; }

    Property Value

    bool

    IsTimestampNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsTimestampNull { get; }

    Property Value

    bool

    IsTransportDataTypeNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsTransportDataTypeNull { get; }

    Property Value

    bool

    PortID

    public virtual int PortID { get; set; }

    Property Value

    int

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    RoutingIpPbxID

    public virtual int RoutingIpPbxID { get; set; }

    Property Value

    int

    SiteConnectionType

    public virtual int SiteConnectionType { get; set; }

    Property Value

    int

    SyncDataType

    public virtual int SyncDataType { get; set; }

    Property Value

    int

    Timestamp

    public virtual long Timestamp { get; set; }

    Property Value

    long

    TransportDataType

    public virtual int TransportDataType { get; set; }

    Property Value

    int

    Methods

    ApplyData(SyncPortsViewEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(SyncPortsViewEntry entry)

    Parameters

    entry SyncPortsViewEntry

    Clone()

    Clones the Entry item. The cloned entry is unattached and can not be used for updating.

    public virtual SyncPortsViewEntry Clone()

    Returns

    SyncPortsViewEntry

    Cloned entry of type SyncPortsViewEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    ToString()

    Returns the string representation of the item.

    public override string ToString()

    Returns

    string

    String representation of the item.

    ValidateNotNullMembers()

    Checks if all attributes have valid values. For example an unset attribtue which doesn't allow null value will cause an Exception.

    public virtual void ValidateNotNullMembers()

    Verbose()

    Returns a string containing alle item attributes. This method can be used for trcaing and debugging.

    public virtual string Verbose()

    Returns

    string

    String containig all item attributes with names and values

    © Enreach GmbH