Class SignalRelationEntry
- Namespace
- SWConfigDataClientLib.Proxies.Users
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.SubEntrySummary>
public class SignalRelationEntry : SObject
- Inheritance
-
SignalRelationEntry
- Inherited Members
Remarks
Thread Safety: safe
Constructors
SignalRelationEntry()
public SignalRelationEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
GroupId
public virtual int GroupId { get; set; }
Property Value
Remarks
Thread Safety: safe
IsGroupIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsGroupIdNull { get; }
Property Value
Remarks
Thread Safety: safe
IsSigRelIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSigRelIDNull { get; }
Property Value
Remarks
Thread Safety: safe
IsSignalToGroupIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSignalToGroupIdNull { get; }
Property Value
Remarks
Thread Safety: safe
IsSignalToSiteIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSignalToSiteIdNull { get; }
Property Value
Remarks
Thread Safety: safe
IsSignalToUserIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSignalToUserIdNull { get; }
Property Value
Remarks
Thread Safety: safe
IsSiteIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSiteIdNull { get; }
Property Value
Remarks
Thread Safety: safe
IsTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsTypeNull { get; }
Property Value
Remarks
Thread Safety: safe
IsUserIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserIdNull { get; }
Property Value
Remarks
Thread Safety: safe
ParentEntry
The parent entry.
public virtual UserEntry ParentEntry { get; }
Property Value
Remarks
Thread Safety: safe
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
SigRelID
public virtual int SigRelID { get; }
Property Value
Remarks
Thread Safety: safe
SignalToGroupId
public virtual int SignalToGroupId { get; set; }
Property Value
Remarks
Thread Safety: safe
SignalToSiteId
public virtual int SignalToSiteId { get; set; }
Property Value
Remarks
Thread Safety: safe
SignalToUserId
public virtual int SignalToUserId { get; set; }
Property Value
Remarks
Thread Safety: safe
SiteId
public virtual int SiteId { get; set; }
Property Value
Remarks
Thread Safety: safe
Type
public virtual SignalType Type { get; set; }
Property Value
Remarks
Thread Safety: safe
UserId
public virtual int UserId { get; set; }
Property Value
Remarks
Thread Safety: safe
Methods
ApplyData(SignalRelationEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(SignalRelationEntry entry)
Parameters
entry
SignalRelationEntry
Remarks
Thread Safety: safe
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.
Remarks
Thread Safety: safe
Dispose()
Dispose
public virtual void Dispose()
Remarks
Thread Safety: safe
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
Remarks
Thread Safety: safe
SetGroupIdNull()
Set item attribute to Null value (DBNull).
public virtual void SetGroupIdNull()
Remarks
Thread Safety: safe
SetSignalToGroupIdNull()
Set item attribute to Null value (DBNull).
public virtual void SetSignalToGroupIdNull()
Remarks
Thread Safety: safe
SetSignalToUserIdNull()
Set item attribute to Null value (DBNull).
public virtual void SetSignalToUserIdNull()
Remarks
Thread Safety: safe
SetUserIdNull()
Set item attribute to Null value (DBNull).
public virtual void SetUserIdNull()
Remarks
Thread Safety: safe
ToString()
Returns the string representation of the item.
public override string ToString()
Returns
- string
String representation of the item.
Remarks
Thread Safety: safe
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()
Remarks
Thread Safety: safe
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
Remarks
Thread Safety: safe