public TrwPathPartIndex(TrwPath basePath, int index) : base(basePath) { Index = index; }
public TrwPathPartProperty(TrwPath basePath, string propertyName) : base(basePath) { PropertyName = propertyName; }
public TrwPath(TrwPath basePath) { BasePath = basePath; }