Interface IFileProperty
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMObjBase.dll
This interface is to represent the property for file.
public interface IFileProperty
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Properties
AbsolutePath
Gets the absolute path.
string AbsolutePath { get; }
Property Value
PropertyDocument
Gets the property document.
PropertyDocumentBase PropertyDocument { get; }
Property Value
Unit
Gets the unit.
Unit Unit { get; }
Property Value
Unit
Methods
GetRelativePath(string)
Gets the relative path.
string GetRelativePath(string strRefDir)
Parameters
strRefDir string
The reference directory.
Returns
The relative path.
LoadExtraData(SerializationInfo)
Load extra data
void LoadExtraData(SerializationInfo info)
Parameters
info SerializationInfo
SaveExtraData(SerializationInfo)
Save extra data
void SaveExtraData(SerializationInfo info)
Parameters
info SerializationInfo