C# 클래스 Nexus.Client.Games.Gamebryo.Tools.TESsnip.Record

Encapsulates working with a plugin record that represents a TES form.
상속: Rec
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 프로퍼티들

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