Class AdminUserEntry
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class AdminUserEntry : SObject
- Inheritance
-
AdminUserEntry
- Inherited Members
Constructors
AdminUserEntry()
public AdminUserEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
AdminProfileID
public virtual int AdminProfileID { get; set; }
Property Value
AdminUserID
public virtual int AdminUserID { get; }
Property Value
IsAdminProfileIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsAdminProfileIDNull { get; }
Property Value
IsAdminUserIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsAdminUserIDNull { get; }
Property Value
IsSIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSIDNull { get; }
Property Value
IsWindowsIdentitiyNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsWindowsIdentitiyNull { get; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
SID
(Max length is 128.)
public virtual string SID { get; set; }
Property Value
WindowsIdentitiy
(Max length is 128.)
public virtual string WindowsIdentitiy { get; set; }
Property Value
Methods
ApplyData(AdminUserEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(AdminUserEntry entry)
Parameters
entry
AdminUserEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual AdminUserEntry Clone()
Returns
- AdminUserEntry
Cloned entry of type AdminUserEntry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetSIDNull()
Set item attribute to Null value (DBNull).
public virtual void SetSIDNull()
SetWindowsIdentitiyNull()
Set item attribute to Null value (DBNull).
public virtual void SetWindowsIdentitiyNull()
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