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 AdminUserEntry

    Namespace
    SWConfigDataClientLib.Proxies.Admin
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>AdminUserEntryAdminUserEntry</CDSClientLib.EntryBaseSummary>

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

    Constructors

    AdminUserEntry()

    public AdminUserEntry()

    Fields

    ClassTrace

    protected static STraceInfo ClassTrace

    Field Value

    STraceInfo

    Properties

    AdminProfileID

    public virtual int AdminProfileID { get; set; }

    Property Value

    int

    AdminUserID

    public virtual int AdminUserID { get; }

    Property Value

    int

    IsAdminProfileIDNull

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

    public virtual bool IsAdminProfileIDNull { get; }

    Property Value

    bool

    IsAdminUserIDNull

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

    public virtual bool IsAdminUserIDNull { get; }

    Property Value

    bool

    IsSIDNull

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

    public virtual bool IsSIDNull { get; }

    Property Value

    bool

    IsWindowsIdentitiyNull

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

    public virtual bool IsWindowsIdentitiyNull { get; }

    Property Value

    bool

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    SID

    (Max length is 128.)

    public virtual string SID { get; set; }

    Property Value

    string

    WindowsIdentitiy

    (Max length is 128.)

    public virtual string WindowsIdentitiy { get; set; }

    Property Value

    string

    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

    © Enreach GmbH