Class AdminProfileEntry
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class AdminProfileEntry : SObject
- Inheritance
-
AdminProfileEntry
- Inherited Members
Constructors
AdminProfileEntry()
public AdminProfileEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
AdminProfileID
public virtual int AdminProfileID { get; }
Property Value
Description
(Max length is 250.)
public virtual string Description { get; set; }
Property Value
DisplayName
(Max length is 128.)
public virtual string DisplayName { get; set; }
Property Value
Hidden
public virtual bool Hidden { get; set; }
Property Value
IsAdminProfileIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsAdminProfileIDNull { get; }
Property Value
IsDescriptionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDescriptionNull { get; }
Property Value
IsDisplayNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDisplayNameNull { get; }
Property Value
IsHiddenNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsHiddenNull { get; }
Property Value
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
IsRequiredSecurityLevelNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsRequiredSecurityLevelNull { get; }
Property Value
IsSystemProfileNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSystemProfileNull { get; }
Property Value
IsTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsTypeNull { get; }
Property Value
Name
(Max length is 100.)
public virtual string Name { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
RequiredSecurityLevel
public virtual short RequiredSecurityLevel { get; set; }
Property Value
SystemProfile
public virtual bool SystemProfile { get; set; }
Property Value
Type
public virtual AdminProfileClass Type { get; set; }
Property Value
Methods
ApplyData(AdminProfileEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(AdminProfileEntry entry)
Parameters
entry
AdminProfileEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual AdminProfileEntry Clone()
Returns
- AdminProfileEntry
Cloned entry of type AdminProfileEntry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetDescriptionNull()
Set item attribute to Null value (DBNull).
public virtual void SetDescriptionNull()
SetDisplayNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetDisplayNameNull()
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