C# Класс AGS.Types.Settings

Наследование: ICustomTypeDescriptor
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetBuildTargetsString string

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

Метод Описание
FromXml ( XmlNode node ) : void
GenerateNewGameID ( ) : void
GetAttributes ( ) : AttributeCollection
GetClassName ( ) : string
GetComponentName ( ) : string
GetConverter ( ) : TypeConverter
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( ) : PropertyDescriptor
GetEditor ( Type editorBaseType ) : object
GetEvents ( ) : EventDescriptorCollection
GetEvents ( Attribute attributes ) : EventDescriptorCollection
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
GetPropertyOwner ( PropertyDescriptor pd ) : object
Settings ( ) : System
ToXml ( XmlTextWriter writer ) : void

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

Метод Описание
GetBuildTargetsString ( string targets, bool checkAvailable ) : string

Helper function to validate the BuildTargets string. Excludes data file target from the string unless it is the only target, and optionally checks that the targets are available for building.

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

FromXml() публичный метод

public FromXml ( XmlNode node ) : void
node System.Xml.XmlNode
Результат void

GenerateNewGameID() публичный метод

public GenerateNewGameID ( ) : void
Результат void

GetAttributes() публичный метод

public GetAttributes ( ) : AttributeCollection
Результат System.ComponentModel.AttributeCollection

GetClassName() публичный метод

public GetClassName ( ) : string
Результат string

GetComponentName() публичный метод

public GetComponentName ( ) : string
Результат string

GetConverter() публичный метод

public GetConverter ( ) : TypeConverter
Результат System.ComponentModel.TypeConverter

GetDefaultEvent() публичный метод

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
Результат System.ComponentModel.EventDescriptor

GetDefaultProperty() публичный метод

public GetDefaultProperty ( ) : PropertyDescriptor
Результат System.ComponentModel.PropertyDescriptor

GetEditor() публичный метод

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
Результат object

GetEvents() публичный метод

public GetEvents ( ) : EventDescriptorCollection
Результат System.ComponentModel.EventDescriptorCollection

GetEvents() публичный метод

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
Результат System.ComponentModel.EventDescriptorCollection

GetProperties() публичный метод

public GetProperties ( ) : PropertyDescriptorCollection
Результат System.ComponentModel.PropertyDescriptorCollection

GetProperties() публичный метод

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
Результат System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() публичный метод

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
Результат object

Settings() публичный метод

public Settings ( ) : System
Результат System

ToXml() публичный метод

public ToXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
Результат void