TpbProtoFieldCardinality Enumeration

Represents type TpbProtoFieldCardinality.

Namespace: flcProtoBufProtoNodes
type
 TpbProtoFieldCardinality = (
 pfcNone,
 pfcRequired,
 pfcOptional,
 pfcRepeated
 );

The TpbProtoFieldCardinality type exposes the following members.

Show:
 NameDescription
pfcNone

Represents constant pfcNone.

pfcOptional

Represents constant pfcOptional.

pfcRepeated

Represents constant pfcRepeated.

pfcRequired

Represents constant pfcRequired.

Top