Click or drag to resize

TypedFieldT Class

Represents a typed field.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultTypedFieldT

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class TypedField<T> : ITypedField, 
	IRecordTypeField, ISerializeTypedField

Type Parameters

T
Field Data Type

The TypedFieldT type exposes the following members.

Properties
 NameDescription
Public propertyCount Value Count
Public propertyFieldLabel Field Label.
Public propertyFieldName Field type name.
Public propertyTypedValue Default field value.
Public propertyValues Field values.
Top
Methods
 NameDescription
Public methodAppendTypedValue 
Public methodDeleteValueAt Deletes field value at index
Public methodGetValueAt Gets field value at index
Public methodSetValueAt Sets field 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