SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class AdminProfileEntry

    Namespace
    SWConfigDataClientLib.Proxies.Admin
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>AdminProfileEntryAdminProfileEntry</CDSClientLib.EntryBaseSummary>

    public class AdminProfileEntry : SObject
    Inheritance
    object
    SObject
    AdminProfileEntry
    Inherited Members
    SObject.MakeKey(string)
    SObject.SObjectID

    Constructors

    AdminProfileEntry()

    public AdminProfileEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    AdminProfileID

    public virtual int AdminProfileID { get; }

    Property Value

    int

    Description

    (Max length is 250.)

    public virtual string Description { get; set; }

    Property Value

    string

    DisplayName

    (Max length is 128.)

    public virtual string DisplayName { get; set; }

    Property Value

    string

    Hidden

    public virtual bool Hidden { get; set; }

    Property Value

    bool

    IsAdminProfileIDNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsAdminProfileIDNull { get; }

    Property Value

    bool

    IsDescriptionNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsDescriptionNull { get; }

    Property Value

    bool

    IsDisplayNameNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsDisplayNameNull { get; }

    Property Value

    bool

    IsHiddenNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsHiddenNull { get; }

    Property Value

    bool

    IsNameNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsNameNull { get; }

    Property Value

    bool

    IsRequiredSecurityLevelNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsRequiredSecurityLevelNull { get; }

    Property Value

    bool

    IsSystemProfileNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsSystemProfileNull { get; }

    Property Value

    bool

    IsTypeNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsTypeNull { get; }

    Property Value

    bool

    Name

    (Max length is 100.)

    public virtual string Name { get; set; }

    Property Value

    string

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    RequiredSecurityLevel

    public virtual short RequiredSecurityLevel { get; set; }

    Property Value

    short

    SystemProfile

    public virtual bool SystemProfile { get; set; }

    Property Value

    bool

    Type

    public virtual AdminProfileClass Type { get; set; }

    Property Value

    AdminProfileClass

    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

    © Enreach GmbH