DeleteProperty(string strName) | MyCaffe.basecode.PropertySet | |
GetEnumerator() | MyCaffe.basecode.PropertySet | |
GetProperty(string strName, bool bThrowExceptions=true) | MyCaffe.basecode.PropertySet | |
GetPropertyAsBool(string strName, bool bDefault=false) | MyCaffe.basecode.PropertySet | |
GetPropertyAsDateTime(string strName) | MyCaffe.basecode.PropertySet | |
GetPropertyAsDouble(string strName, double dfDefault=0) | MyCaffe.basecode.PropertySet | |
GetPropertyAsInt(string strName, int nDefault=0) | MyCaffe.basecode.PropertySet | |
GetPropertyBlob(string strName, bool bThrowExceptions=true) | MyCaffe.basecode.PropertySet | |
GetPropertyInt(string strName, bool bThrowExceptions=true) | MyCaffe.basecode.PropertySet | |
Merge(PropertySet prop) | MyCaffe.basecode.PropertySet | |
MovePropertyToBlob(string strName) | MyCaffe.basecode.PropertySet | |
PropertyBlobNames | MyCaffe.basecode.PropertySet | |
PropertyIntNames | MyCaffe.basecode.PropertySet | |
PropertyNames | MyCaffe.basecode.PropertySet | |
PropertySet(Dictionary< string, string > rgProp) | MyCaffe.basecode.PropertySet | |
PropertySet(string strProp) | MyCaffe.basecode.PropertySet | |
PropertySet() | MyCaffe.basecode.PropertySet | |
SetProperty(string strName, string strVal) | MyCaffe.basecode.PropertySet | |
SetPropertyBlob(string strName, byte[] rg) | MyCaffe.basecode.PropertySet | |
SetPropertyInt(string strName, int nVal) | MyCaffe.basecode.PropertySet | |
ToString() | MyCaffe.basecode.PropertySet | |