Class UserSituationEntry
- Namespace
- SWConfigDataClientLib.Proxies.Users
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.SubEntrySummary>
public class UserSituationEntry : SObject
- Inheritance
-
UserSituationEntry
- Inherited Members
Remarks
Thread Safety: safe
Constructors
UserSituationEntry()
public UserSituationEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
Description
public virtual string Description { get; set; }
Property Value
Remarks
Thread Safety: safe
IsDescriptionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDescriptionNull { get; }
Property Value
Remarks
Thread Safety: safe
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
Remarks
Thread Safety: safe
IsSituationIdNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSituationIdNull { 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
Name
public virtual string Name { get; set; }
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
SituationId
public virtual int SituationId { get; }
Property Value
Remarks
Thread Safety: safe
UserId
public virtual int UserId { get; set; }
Property Value
Remarks
Thread Safety: safe
Methods
ApplyData(UserSituationEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(UserSituationEntry entry)
Parameters
entry
UserSituationEntry
Remarks
Thread Safety: safe
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual UserSituationEntry Clone()
Returns
- UserSituationEntry
Cloned entry of type UserSituationEntry.
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
SetDescriptionNull()
Set item attribute to Null value (DBNull).
public virtual void SetDescriptionNull()
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