Class GroupFieldInfo
Repeating group description.
Inherited Members
Namespace: OnixS.SimpleBinaryEncoding.Templates
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class GroupFieldInfo : FieldSetFieldInfo
Constructors
GroupFieldInfo(String, UInt16, CompositeTypeInfo)
Constructor.
Declaration
public GroupFieldInfo(string name, ushort id, CompositeTypeInfo type)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Group field name. |
System.UInt16 | id | Group field id. |
CompositeTypeInfo | type | Group type. |
Properties
BlockLength
Gets or sets the length of fixed block.
Declaration
public ushort BlockLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
NumInGroupTag
Gets NumInGroup tag (NumInGroup field id).
Declaration
public ushort NumInGroupTag { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Type
Gets group type.
Declaration
public CompositeTypeInfo Type { get; }
Property Value
Type | Description |
---|---|
CompositeTypeInfo |
Methods
ToString()
Returns the string representation of an object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The string representation of an object. |