C# Класс Nexus.Client.Games.Gamebryo.Tools.TESsnip.Record

Encapsulates working with a plugin record that represents a TES form.
Наследование: Rec
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Flags1 uint
Flags2 uint
Flags3 uint
FormID uint
SubRecords List

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

Метод Описание
AddRecord ( BaseRecord br ) : void

Adds the given sub-record to the record.

Clone ( ) : BaseRecord

Clones the record.

DeleteRecord ( BaseRecord br ) : void

Deletes the specified sub-record from the record.

GetDesc ( ) : string

Gets the record's description.

Record ( ) : System

The default constructor.

Приватные методы

Метод Описание
GetBaseDesc ( ) : string
GetDesc ( SubrecordStructure sss, dFormIDLookupI formIDLookup ) : string
GetExtendedDesc ( SubrecordStructure sss, dFormIDLookupI formIDLookup ) : string
GetIDs ( bool lower ) : List

Gets the ids of the sub-records in the record.

Record ( Record r ) : System

The copy constructor.

Record ( string name, BinaryReader br ) : System

A simple constructor that initializes the object with the given values.

Record ( string name, uint Size, BinaryReader br, bool Oblivion ) : System

A simple constructor that initializes the object with the given values.

SaveData ( BinaryWriter bw ) : void

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

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

Adds the given sub-record to the record.
public AddRecord ( BaseRecord br ) : void
br BaseRecord The record to add.
Результат void

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

Clones the record.
public Clone ( ) : BaseRecord
Результат BaseRecord

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

Deletes the specified sub-record from the record.
public DeleteRecord ( BaseRecord br ) : void
br BaseRecord The record to delete.
Результат void

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

Gets the record's description.
public GetDesc ( ) : string
Результат string

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

The default constructor.
public Record ( ) : System
Результат System

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

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

The flags of the record.
public uint Flags1
Результат uint

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

The flags of the record.
public uint Flags2
Результат uint

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

The flags of the record.
public uint Flags3
Результат uint

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

The from id of the record.
public uint FormID
Результат uint

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

The record's sub-records.
public List SubRecords
Результат List