C# Class HaloMap.Plugins.IFPIO.Reflexive

The reflexive.
Inheritance: BaseObject
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
HasCount bool
chunkSize int
items object[]
label string
paddingAlign int
totalSize int

Public Methods

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.

Method Details

Reflexive() public method

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.
return System

Property Details

HasCount public property

The has count.
public bool HasCount
return bool

chunkSize public property

The chunk size.
public int chunkSize
return int

items public property

The items.
public object[] items
return object[]

label public property

The label.
public string label
return string

paddingAlign public property

What boundry this reflexive should be padded to
public int paddingAlign
return int

totalSize public property

The total size.
public int totalSize
return int