Neokernel API

FilePropsContainer Methods

The methods of the FilePropsContainer class are listed below. For a complete list of FilePropsContainer class members, see the FilePropsContainer Members topic.

Public Instance Methods

copy This method copies the prop name and value pairs to the IPropsContainer given as a parameter.
enumerateProps This method returns all the prop names of the Props in this container.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
getProperty This method gets a the cached value of the prop name given as the parameter.
GetType (inherited from Object) 
removeProperty This method removes the prop name and the associated value given by the parameter.
setProperty This method sets a prop value whose name is given by the first parameter. If this name had a previous value, it will be lost. If there was no prop whose name is given by the first parameter, a new cache is created for this prop and the value written to it.
ToString (inherited from Object) 

Protected Instance Methods

dispose This method removes the file that stored Props of this Container.
Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

FilePropsContainer Class | com.neokernel.om Namespace | Props | FileObjectManager