Sage Intacct SDK for .NET
Intacct.SDK.Functions.Company.UserCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.Company.UserCreate:
Intacct.SDK.Functions.Company.AbstractUser Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject

Public Member Functions

 UserCreate (string controlId=null)
 
override void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
abstract void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
new void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
void WriteXml (ref IaXmlWriter xml)
 

Data Fields

string LastName
 
string FirstName
 
string PrimaryEmailAddress
 
string ContactName
 
- Data Fields inherited from Intacct.SDK.Functions.Company.AbstractUser
string UserId
 
string UserName
 
string UserType
 
bool? Active
 
bool? WebServicesOnly
 
List< string > RestrictedEntities = new List<string>()
 
List< string > RestrictedDepartments = new List<string>()
 
bool? SsoEnabled
 
string SsoFederatedId
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 

Additional Inherited Members

- Protected Member Functions inherited from Intacct.SDK.Functions.Company.AbstractUser
 AbstractUser (string controlId=null)
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 
- Properties inherited from Intacct.SDK.Functions.AbstractFunction
string ControlId [get, set]
 
- Properties inherited from Intacct.SDK.Functions.IFunction
string ControlId [get, set]
 

Constructor & Destructor Documentation

◆ UserCreate()

Intacct.SDK.Functions.Company.UserCreate.UserCreate ( string  controlId = null)
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.Company.UserCreate.WriteXml ( ref IaXmlWriter  xml)
inlinevirtual

This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema.

Parameters
xml

Implements Intacct.SDK.Functions.AbstractFunction.

Field Documentation

◆ ContactName

string Intacct.SDK.Functions.Company.UserCreate.ContactName

◆ FirstName

string Intacct.SDK.Functions.Company.UserCreate.FirstName

◆ LastName

string Intacct.SDK.Functions.Company.UserCreate.LastName

◆ PrimaryEmailAddress

string Intacct.SDK.Functions.Company.UserCreate.PrimaryEmailAddress