Class UserLanPhonePINMACListEntry
- Namespace
- SWConfigDataClientLib.Proxies.PhoneClient
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class UserLanPhonePINMACListEntry : SObject
- Inheritance
-
UserLanPhonePINMACListEntry
- Inherited Members
Constructors
UserLanPhonePINMACListEntry()
public UserLanPhonePINMACListEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
AutoLogin
public virtual bool AutoLogin { get; set; }
Property Value
AutoLoginPhone
(Max length is 20.)
public virtual string AutoLoginPhone { get; set; }
Property Value
IsAutoLoginNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsAutoLoginNull { get; }
Property Value
IsAutoLoginPhoneNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsAutoLoginPhoneNull { get; }
Property Value
IsLanPhonePinNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLanPhonePinNull { get; }
Property Value
IsUserIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserIDNull { get; }
Property Value
LanPhonePin
(Max length is 16.)
public virtual string LanPhonePin { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
UserID
public virtual int UserID { get; }
Property Value
Methods
ApplyData(UserLanPhonePINMACListEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(UserLanPhonePINMACListEntry entry)
Parameters
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual UserLanPhonePINMACListEntry Clone()
Returns
- UserLanPhonePINMACListEntry
Cloned entry of type UserLanPhonePINMACListEntry.
Dispose()
Dispose
public virtual void Dispose()
SetAutoLoginPhoneNull()
Set item attribute to Null value (DBNull).
public virtual void SetAutoLoginPhoneNull()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetLanPhonePinNull()
Set item attribute to Null value (DBNull).
public virtual void SetLanPhonePinNull()
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