C# Класс HaloMap.Plugins.IFPIO.Reflexive

The reflexive.
Наследование: BaseObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
HasCount bool
chunkSize int
items object[]
label string
paddingAlign int
totalSize int

Открытые методы

Метод Описание
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.

Описание методов

Reflexive() публичный Метод

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 true [ifp visible].
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 true [hascount].
entparent int The entparent.
entPrevSibling int The ent prev sibling.
Результат System

Описание свойств

HasCount публичное свойство

The has count.
public bool HasCount
Результат bool

chunkSize публичное свойство

The chunk size.
public int chunkSize
Результат int

items публичное свойство

The items.
public object[] items
Результат object[]

label публичное свойство

The label.
public string label
Результат string

paddingAlign публичное свойство

What boundry this reflexive should be padded to
public int paddingAlign
Результат int

totalSize публичное свойство

The total size.
public int totalSize
Результат int