Class SignalRelationEntry
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class SignalRelationEntry : SObject
- Inheritance
-
SignalRelationEntry
- Inherited Members
Constructors
SignalRelationEntry()
public SignalRelationEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
GlobalID
public virtual Guid GlobalID { get; set; }
Property Value
GroupId
public virtual int GroupId { get; set; }
Property Value
IsGlobalIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsGlobalIDNull { get; }
Property Value
IsGroupIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsGroupIdNull { get; }
Property Value
IsSigRelIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSigRelIDNull { get; }
Property Value
IsSignalToGroupIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSignalToGroupIdNull { get; }
Property Value
IsSignalToSiteIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSignalToSiteIdNull { get; }
Property Value
IsSignalToUserIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSignalToUserIdNull { get; }
Property Value
IsSiteIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSiteIdNull { get; }
Property Value
IsTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsTypeNull { get; }
Property Value
IsUserIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserIdNull { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
SigRelID
public virtual int SigRelID { get; }
Property Value
SignalToGroupId
public virtual int SignalToGroupId { get; set; }
Property Value
SignalToSiteId
public virtual int SignalToSiteId { get; set; }
Property Value
SignalToUserId
public virtual int SignalToUserId { get; set; }
Property Value
SiteId
public virtual int SiteId { get; set; }
Property Value
Type
public virtual SignalType Type { get; set; }
Property Value
UserId
public virtual int UserId { get; set; }
Property Value
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