C# Class Nexus.Client.Games.Gamebryo.Tools.TESsnip.Record

Encapsulates working with a plugin record that represents a TES form.
Inheritance: Rec
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Свойство Type Description
Flags1 uint
Flags2 uint
Flags3 uint
FormID uint
SubRecords List

Méthodes publiques

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

Private Methods

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

Method Details

AddRecord() public méthode

Adds the given sub-record to the record.
public AddRecord ( BaseRecord br ) : void
br BaseRecord The record to add.
Résultat void

Clone() public méthode

Clones the record.
public Clone ( ) : BaseRecord
Résultat BaseRecord

DeleteRecord() public méthode

Deletes the specified sub-record from the record.
public DeleteRecord ( BaseRecord br ) : void
br BaseRecord The record to delete.
Résultat void

GetDesc() public méthode

Gets the record's description.
public GetDesc ( ) : string
Résultat string

Record() public méthode

The default constructor.
public Record ( ) : System
Résultat System

Property Details

Flags1 public_oe property

The flags of the record.
public uint Flags1
Résultat uint

Flags2 public_oe property

The flags of the record.
public uint Flags2
Résultat uint

Flags3 public_oe property

The flags of the record.
public uint Flags3
Résultat uint

FormID public_oe property

The from id of the record.
public uint FormID
Résultat uint

SubRecords public_oe property

The record's sub-records.
public List SubRecords
Résultat List