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 SignalRelationViewEntry

    Namespace
    SWConfigDataClientLib.Proxies.Admin
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>SignalRelationViewEntrySignalRelationViewEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    SignalRelationViewEntry()

    public SignalRelationViewEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    IsRelatedGroupIDNull

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

    public virtual bool IsRelatedGroupIDNull { get; }

    Property Value

    bool

    IsRelatedUserIdNull

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

    public virtual bool IsRelatedUserIdNull { get; }

    Property Value

    bool

    IsSigRelIDNull

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

    public virtual bool IsSigRelIDNull { get; }

    Property Value

    bool

    IsSignalToNull

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

    public virtual bool IsSignalToNull { get; }

    Property Value

    bool

    IsTypeNull

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

    public virtual bool IsTypeNull { get; }

    Property Value

    bool

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    RelatedGroupID

    public virtual int RelatedGroupID { get; }

    Property Value

    int

    RelatedUserId

    public virtual int RelatedUserId { get; set; }

    Property Value

    int

    SigRelID

    public virtual int SigRelID { get; }

    Property Value

    int

    SignalTo

    public virtual bool SignalTo { get; }

    Property Value

    bool

    Type

    public virtual SignalType Type { get; set; }

    Property Value

    SignalType

    Methods

    ApplyData(SignalRelationViewEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(SignalRelationViewEntry entry)

    Parameters

    entry SignalRelationViewEntry

    Clone()

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

    public virtual SignalRelationViewEntry Clone()

    Returns

    SignalRelationViewEntry

    Cloned entry of type SignalRelationViewEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetRelatedUserIdNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetRelatedUserIdNull()

    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