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 SignalRelationEntry

    Namespace
    SWConfigDataClientLib.Proxies.Admin
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>SignalRelationEntrySignalRelationEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    SignalRelationEntry()

    public SignalRelationEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    GlobalID

    public virtual Guid GlobalID { get; set; }

    Property Value

    Guid

    GroupId

    public virtual int GroupId { get; set; }

    Property Value

    int

    IsGlobalIDNull

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

    public virtual bool IsGlobalIDNull { get; }

    Property Value

    bool

    IsGroupIdNull

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

    public virtual bool IsGroupIdNull { get; }

    Property Value

    bool

    IsSigRelIDNull

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

    public virtual bool IsSigRelIDNull { get; }

    Property Value

    bool

    IsSignalToGroupIdNull

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

    public virtual bool IsSignalToGroupIdNull { get; }

    Property Value

    bool

    IsSignalToSiteIdNull

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

    public virtual bool IsSignalToSiteIdNull { get; }

    Property Value

    bool

    IsSignalToUserIdNull

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

    public virtual bool IsSignalToUserIdNull { get; }

    Property Value

    bool

    IsSiteIdNull

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

    public virtual bool IsSiteIdNull { get; }

    Property Value

    bool

    IsTypeNull

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

    public virtual bool IsTypeNull { get; }

    Property Value

    bool

    IsUserIdNull

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

    public virtual bool IsUserIdNull { get; }

    Property Value

    bool

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    SigRelID

    public virtual int SigRelID { get; }

    Property Value

    int

    SignalToGroupId

    public virtual int SignalToGroupId { get; set; }

    Property Value

    int

    SignalToSiteId

    public virtual int SignalToSiteId { get; set; }

    Property Value

    int

    SignalToUserId

    public virtual int SignalToUserId { get; set; }

    Property Value

    int

    SiteId

    public virtual int SiteId { get; set; }

    Property Value

    int

    Type

    public virtual SignalType Type { get; set; }

    Property Value

    SignalType

    UserId

    public virtual int UserId { get; set; }

    Property Value

    int

    Methods

    ApplyData(SignalRelationEntry)

    Applies all data from the Entry object item.

    public virtual void ApplyData(SignalRelationEntry entry)

    Parameters

    entry SignalRelationEntry

    Clone()

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

    public virtual SignalRelationEntry Clone()

    Returns

    SignalRelationEntry

    Cloned entry of type SignalRelationEntry.

    Dispose()

    Dispose

    public virtual void Dispose()

    SetDefaultValues()

    Sets all item attributes to default value.

    public virtual void SetDefaultValues()

    SetGlobalIDNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetGlobalIDNull()

    SetGroupIdNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetGroupIdNull()

    SetSignalToGroupIdNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetSignalToGroupIdNull()

    SetSignalToUserIdNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetSignalToUserIdNull()

    SetUserIdNull()

    Set item attribute to Null value (DBNull).

    public virtual void SetUserIdNull()

    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