API ReferenceSandbox.MovieMaker.Properties
ITrackPropertyFactory<TParent>class
An `Sandbox.MovieMaker.Properties.ITrackPropertyFactory` that only creates properties nested inside a particular target type.
object→ITrackPropertyFactory<TParent>
Methods4
Showing 4 methods
public virtual Sandbox.MovieMaker.ITrackProperty`1<T> CreateProperty(TParent parent, string name)
| Parameter | Type | Description |
|---|---|---|
| parent | TParent | — |
| name | string | — |
public virtual Sandbox.MovieMaker.Properties.DisplayInfo GetDisplayInfo(TParent parent, string name)
| Parameter | Type | Description |
|---|---|---|
| parent | TParent | — |
| name | string | — |
public virtual System.Collections.Generic.IEnumerable`1<string> GetPropertyNames(TParent parent)
| Parameter | Type | Description |
|---|---|---|
| parent | TParent | — |
Returns:
IEnumerable<string>—No results match this filter.
Properties1
Showing 1 properties
public virtual string Sandbox.MovieMaker.Properties.ITrackPropertyFactory<TParent>.BaseCategoryName { get; set; }
Returns:
string—No results match this filter.