Class GroupAdminView1Entry
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class GroupAdminView1Entry : SObject
- Inheritance
-
GroupAdminView1Entry
- Inherited Members
Constructors
GroupAdminView1Entry()
public GroupAdminView1Entry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
CallingTimeout
public virtual int CallingTimeout { get; set; }
Property Value
CallingType
public virtual int CallingType { get; set; }
Property Value
Comment
(Max length is 256.)
public virtual string Comment { get; set; }
Property Value
GroupID
public virtual int GroupID { get; }
Property Value
GroupNumbers
public virtual string GroupNumbers { get; }
Property Value
InternalName
(Max length is 8.)
public virtual string InternalName { get; set; }
Property Value
IsCallingTimeoutNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCallingTimeoutNull { get; }
Property Value
IsCallingTypeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCallingTypeNull { get; }
Property Value
IsCommentNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCommentNull { get; }
Property Value
IsEveryoneGroup
public virtual bool IsEveryoneGroup { get; set; }
Property Value
IsGroupIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsGroupIDNull { get; }
Property Value
IsGroupNumbersNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsGroupNumbersNull { get; }
Property Value
IsInternalNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsInternalNameNull { get; }
Property Value
IsIsEveryoneGroupNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsIsEveryoneGroupNull { get; }
Property Value
IsLastCalledPositionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLastCalledPositionNull { get; }
Property Value
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
LastCalledPosition
public virtual int LastCalledPosition { 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
Methods
ApplyData(GroupAdminView1Entry)
Applies all data from the Entry object item.
public virtual void ApplyData(GroupAdminView1Entry entry)
Parameters
entry
GroupAdminView1Entry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual GroupAdminView1Entry Clone()
Returns
- GroupAdminView1Entry
Cloned entry of type GroupAdminView1Entry.
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()
SetInternalNameNull()
Set item attribute to Null value (DBNull).
public virtual void SetInternalNameNull()
SetIsEveryoneGroupNull()
Set item attribute to Null value (DBNull).
public virtual void SetIsEveryoneGroupNull()
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