Description
NFModel Class
| |||
API INF Models Service | |||
NF Model Object
SAP® B1 DI-API C# definitionpublic class NFModelClass : INFModel, NFModel
{
public virtual string AbsEntry
{
get;
}
public virtual string NFMCode
{
get;
set;
}
public virtual string NFMDescription
{
get;
set;
}
public virtual string NFMName
{
get;
set;
}
public extern NFModelClass();
public virtual extern void FromXMLFile( string bstrFileName);
public virtual extern void FromXMLString( string bstrXML);
public virtual extern string GetXMLSchema();
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} Related informationv8.8.2 INF Models Service INFModelsService Service INFModelsService Interface |
|||
SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates |