Click or drag to resize

TypedRecord Class

Represents a Typed Record
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultKeeperRecord
    KeeperSecurity.VaultTypedRecord

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class TypedRecord : KeeperRecord

The TypedRecord type exposes the following members.

Properties
 NameDescription
Public propertyCustom Record custom data.
Public propertyFields Record mandatory fields.
Public propertyNotes Record notes
Public propertyTypeName Record type name.
Top
Extension Methods
 NameDescription
Public Extension MethodKeeperRecordPublicInformation Returns common record information. Does not include sensitive data
(Defined by RecordTypesUtils)
Public Extension MethodKeeperRecordType Returns record type information.
(Defined by RecordTypesUtils)
Top
See Also