Table of Contents

Class PropertyManager

Namespace
S1API.Property
Assembly
S1API.dll

Provides methods for managing and retrieving property data within the application.

public static class PropertyManager
Inheritance
PropertyManager
Inherited Members

Methods

FindPropertyByName(string)

Finds a property with the given name from the list of available properties.

public static PropertyWrapper FindPropertyByName(string name)

Parameters

name string

The name of the property to search for.

Returns

PropertyWrapper

A PropertyWrapper representing the property with the specified name if found; otherwise, null.

GetAllProperties()

Retrieves a list of all properties available.

public static List<PropertyWrapper> GetAllProperties()

Returns

List<PropertyWrapper>

A list of PropertyWrapper objects representing all available properties.

GetOwnedProperties()

public static List<PropertyWrapper> GetOwnedProperties()

Returns

List<PropertyWrapper>

A list of PropertyWrapper objects representing the owned properties.