Click or drag to resize

IFieldTypeSerialize Interface

Defines access methods for compound record types

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

The IFieldTypeSerialize type exposes the following members.

Properties
 NameDescription
Public propertyElements Enumerates property names
Public propertyElementValues Enumerates property values
Top
Methods
 NameDescription
Public methodGetValueAsString Gets human friendly text
Public methodSetElementValue Sets property value
Public methodSetValueAsString Sets field value from human friendly text
Top
See Also