Click or drag to resize

ITypedField Interface

Defines properties for typed record field

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface ITypedField : IRecordTypeField

The ITypedField type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of values
Public propertyObjectValue Gets or sets the first field value
Top
Methods
 NameDescription
Public methodAppendValue Gets default field value.
Public methodDeleteValueAt Deletes value at index.
Public methodGetValueAt Gets value at index
Public methodSetValueAt Sets value at index.
Top
Extension Methods
 NameDescription
Public Extension MethodGetTypedFieldInformation Returns general typed field values masking sensitive information.
(Defined by RecordTypesUtils)
Public Extension MethodGetTypedFieldName Encodes record field name
(Defined by RecordTypesUtils)
Public Extension MethodGetTypedFieldValues Returns typed field values converted to string
(Defined by RecordTypesUtils)
Top
See Also