interface
ITrackPropertyFactory<TParent>
public interface ITrackPropertyFactory<TParent> An ITrackPropertyFactory that only creates properties nested inside a particular target type.
Type Parameters
TParent Parent target type that this factory's properties are always nested inside. Methods
virtual IEnumerable<String> GetPropertyNames(TParent parent) virtual String GetCategoryName(TParent parent, String name) virtual Type GetTargetType(TParent parent, String name) virtual ITrackProperty<T> CreateProperty(TParent parent, String name) Assembly:
Sandbox.Engine Namespace: Sandbox.MovieMaker.Properties Full Name: Sandbox.MovieMaker.Properties.ITrackPropertyFactory<TParent>