C# Class HaloMap.Plugins.IFPIO.Reflexive

The reflexive.
Inheritance: BaseObject
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
HasCount bool
chunkSize int
items object[]
label string
paddingAlign int
totalSize int

Méthodes publiques

Méthode 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.

Method Details

Reflexive() public méthode

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.
Résultat System

Property Details

HasCount public_oe property

The has count.
public bool HasCount
Résultat bool

chunkSize public_oe property

The chunk size.
public int chunkSize
Résultat int

items public_oe property

The items.
public object[] items
Résultat object[]

label public_oe property

The label.
public string label
Résultat string

paddingAlign public_oe property

What boundry this reflexive should be padded to
public int paddingAlign
Résultat int

totalSize public_oe property

The total size.
public int totalSize
Résultat int