Class SignalRelationViewEntry
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class SignalRelationViewEntry : SObject
- Inheritance
-
SignalRelationViewEntry
- Inherited Members
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
IsRelatedUserIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRelatedUserIdNull { get; }
Property Value
IsSigRelIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSigRelIDNull { get; }
Property Value
IsSignalToNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSignalToNull { get; }
Property Value
IsTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsTypeNull { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
RelatedGroupID
public virtual int RelatedGroupID { get; }
Property Value
RelatedUserId
public virtual int RelatedUserId { get; set; }
Property Value
SigRelID
public virtual int SigRelID { get; }
Property Value
SignalTo
public virtual bool SignalTo { get; }
Property Value
Type
public virtual SignalType Type { get; set; }
Property Value
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