IFieldTypeSerialize Interface

Defines access methods for compound record types

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IFieldTypeSerialize

Properties

Elements Enumerates property names
ElementValues Enumerates property values

Methods

GetValueAsString Gets human friendly text
SetElementValue Sets property value
SetValueAsString Sets field value from human friendly text

See Also