| PsrContainerItem Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Data
 Syntax
Syntaxpublic class PsrContainerItem : PsrData
The PsrContainerItem type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PsrContainerItem | Initializes a new instance of the PsrContainerItem class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AdditionalData | 
                Additional Date for the ContainerItem. For example serialized List items if the type of the password field is list
             | 
|  | AllowedChars | 
                Allowed characters (validation)
             | 
|  | AllowOnlyGeneratedPasswords | 
                Only generated passwords are allowed for this field.
                Only possible when the type is ContainerItemPassword or ContainerItemPasswordMemo | 
|  | BaseContainerItem | 
                Base container item
             | 
|  | BaseContainerItemId | 
                Base container item ID
             | 
|  | ChangedOrganisationUnit | 
                Organisation unit that created the object
            (Inherited from PsrData.) | 
|  | ChangedOrganisationUnitId | 
                ID of the organisation unit that created the object
            (Inherited from PsrData.) | 
|  | CheckPolicy | 
                If the password policy should be validated
             | 
|  | ChildDataBindings | 
                Children
            (Inherited from PsrData.) | 
|  | Container | 
                Container
             | 
|  | ContainerId | 
                Container ID
             | 
|  | ContainerItemDescHighlightType | 
                Highlight type of the container item
             | 
|  | ContainerItemType | 
                Type
             | 
|  | DataRights | 
                Data rights
            (Inherited from PsrData.) | 
|  | DataStates | 
                State
            (Inherited from PsrData.) | 
|  | DataTags | 
                Tags
            (Inherited from PsrData.) | 
|  | Description | 
                Description
             | 
|  | HasTrigger | 
                If a trigger is configured on the object
            (Inherited from PsrData.) | 
|  | HasTriggerAlert | 
                If a trigger alert happened on the object
            (Inherited from PsrData.) | 
|  | Id | 
                ID
            (Inherited from PsrData.) | 
|  | IsFavorite | 
                If it is a favorite of the current user
            (Inherited from PsrData.) | 
|  | ListItems | 
                List items when type is ContainerItemList | 
|  | LogbookEntries | 
                Logbook entry
            (Inherited from PsrData.) | 
|  | Mandatory | 
                Mandatory field (validation)
             | 
|  | MaxLength | 
                Maximum length (validation)
             | 
|  | MinLength | 
                Minimum length (validation)
             | 
|  | Name | 
                Name
             | 
|  | NoPermission | 
                If the current user has no permission on the item
             | 
|  | ParentDataBindings | 
                Parents
            (Inherited from PsrData.) | 
|  | PlainTextValue | 
                Plaintext value of a secret value (not serialized)
             | 
|  | Policy | 
                Password policy
             | 
|  | PolicyId | 
                Password policy ID
             | 
|  | Position | 
                Position (index)
             | 
|  | PublicKey | 
                Public key
            (Inherited from PsrData.) | 
|  | Quality | 
                Quality of the item (used for passwords)
             | 
|  | Regex | 
                Regular expression (validation)
             | 
|  | SecretValueRequiredReason | 
                If a reason is required to retrieve the value of the item
             | 
|  | SyncOperation | 
                Synchronisation State. Used to determine which operation to perform when synchronizing the data.
            (Inherited from PsrData.) | 
|  | TimeStampUtc | 
                Creation timestamp
            (Inherited from PsrData.) | 
|  | TransactionId | 
                The Id of the transaction. Used to identify the object in results, even if its id has changed.
                Must be generated for sync operations.
            (Inherited from PsrData.) | 
|  | ValidTimeStampUtc | 
                Expiration date
            (Inherited from PsrData.) | 
|  | Value | 
                Text value
             | 
|  | ValueBool | 
                Boolean value
             | 
|  | ValueDateUtc | 
                Date value 
             | 
|  | ValueDecimal | 
                Decimal value
             | 
|  | ValueHash | 
                Encrypted values
             | 
|  | ValueInt | 
                Integer value
             | 
|  | ValueMemo | 
                Memo Value (für Sync)
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ContentSearchExpressionT | 
                Search expression
            (Overrides PsrDataContentSearchExpressionT(String, Boolean).) | 
|  | DataName | 
                Data name
            (Overrides PsrDataDataName.) | 
|  | DataType | 
                Data type
            (Overrides PsrDataDataType.) | 
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | IsEncrypted | 
                If the item is encrypted
             | 
|  | IsPasswordItem | 
                Container items of type ContainerItemPassword and ContainerItemPasswordMemo
                are considered as password items.
             | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also