Property | Type | Description | |
---|---|---|---|
HasCount | bool | ||
chunkSize | int | ||
items | object[] | ||
label | string | ||
paddingAlign | int | ||
totalSize | int |
Method | Description | |
---|---|---|
Reflexive ( int entlineNumber, int ifpOffset, bool ifpVisible, string ifpName, string extendedDescription, string ifpLabel, object ifpitems, int ifpChunkSize, int ifpPaddingAlignment, bool hascount, int entparent, int entPrevSibling ) : System |
Initializes a new instance of the Reflexive class.
|
public Reflexive ( int entlineNumber, int ifpOffset, bool ifpVisible, string ifpName, string extendedDescription, string ifpLabel, object ifpitems, int ifpChunkSize, int ifpPaddingAlignment, bool hascount, int entparent, int entPrevSibling ) : System | ||
entlineNumber | int | The entline number. |
ifpOffset | int | The ifp offset. |
ifpVisible | bool | if set to |
ifpName | string | Name of the ifp. |
extendedDescription | string | |
ifpLabel | string | The ifp label. |
ifpitems | object | The ifpitems. |
ifpChunkSize | int | Size of the ifp chunk. |
ifpPaddingAlignment | int | What the offset alignment should be padded to (0 for none). |
hascount | bool | if set to |
entparent | int | The entparent. |
entPrevSibling | int | The ent prev sibling. |
return | System |