Class NarrowUserListEntry
- Namespace
- SWConfigDataClientLib.Proxies.PhoneClient
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class NarrowUserListEntry : SObject
- Inheritance
-
NarrowUserListEntry
- Inherited Members
Constructors
NarrowUserListEntry()
public NarrowUserListEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
Comment
(Max length is 256.)
public virtual string Comment { get; set; }
Property Value
EMailAddr
(Max length is 128.)
public virtual string EMailAddr { get; set; }
Property Value
FaxType
public virtual byte FaxType { get; set; }
Property Value
IsCommentNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCommentNull { get; }
Property Value
IsEMailAddrNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsEMailAddrNull { get; }
Property Value
IsFaxTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsFaxTypeNull { get; }
Property Value
IsLockedNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLockedNull { get; }
Property Value
IsLoginTimeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLoginTimeNull { get; }
Property Value
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
IsShortNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsShortNameNull { get; }
Property Value
IsUserIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserIDNull { get; }
Property Value
Locked
public virtual bool Locked { get; set; }
Property Value
LoginTimeLocal
public virtual SDateTime LoginTimeLocal { get; set; }
Property Value
LoginTimeUTC
public virtual SDateTime LoginTimeUTC { get; set; }
Property Value
Name
(Max length is 80.)
public virtual string Name { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
ShortName
(Max length is 8.)
public virtual string ShortName { get; set; }
Property Value
UserID
public virtual int UserID { get; }
Property Value
Methods
ApplyData(NarrowUserListEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(NarrowUserListEntry entry)
Parameters
entry
NarrowUserListEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual NarrowUserListEntry Clone()
Returns
- NarrowUserListEntry
Cloned entry of type NarrowUserListEntry.
Dispose()
Dispose
public virtual void Dispose()
SetCommentNull()
Set item attribute to Null value (DBNull).
public virtual void SetCommentNull()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetEMailAddrNull()
Set item attribute to Null value (DBNull).
public virtual void SetEMailAddrNull()
SetLoginTimeNull()
Set item attribute to Null value (DBNull).
public virtual void SetLoginTimeNull()
SetShortNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetShortNameNull()
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