C# 클래스 HaloMap.Plugins.IFPIO.Reflexive

The reflexive.
상속: BaseObject
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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