Class ObjectsFileItemTypeLoaderOptions
Class that represents options for the ObjectsFileItemTypeLoader.
Inheritance
System.Object
ObjectsFileItemTypeLoaderOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Data.Loaders.ObjectsFile
Assembly: Fibula.Data.Loaders.ObjectsFile.dll
Syntax
public class ObjectsFileItemTypeLoaderOptions
Properties
| Improve this Doc View SourceFilePath
Gets or sets the path to the file to load.
Declaration
[Required(ErrorMessage = "A path for the objects file must be specified.")]
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |