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

Data Fields

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>()
 

Protected Member Functions

 AbstractUser (string controlId=null)
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 

Additional Inherited Members

- Public Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
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)
 
- 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

◆ AbstractUser()

Intacct.SDK.Functions.Company.AbstractUser.AbstractUser ( string  controlId = null)
inlineprotected

Field Documentation

◆ Active

bool? Intacct.SDK.Functions.Company.AbstractUser.Active

◆ CustomFields

Dictionary<string, dynamic> Intacct.SDK.Functions.Company.AbstractUser.CustomFields = new Dictionary<string, dynamic>()

◆ RestrictedDepartments

List<string> Intacct.SDK.Functions.Company.AbstractUser.RestrictedDepartments = new List<string>()

◆ RestrictedEntities

List<string> Intacct.SDK.Functions.Company.AbstractUser.RestrictedEntities = new List<string>()

◆ SsoEnabled

bool? Intacct.SDK.Functions.Company.AbstractUser.SsoEnabled

◆ SsoFederatedId

string Intacct.SDK.Functions.Company.AbstractUser.SsoFederatedId

◆ UserId

string Intacct.SDK.Functions.Company.AbstractUser.UserId

◆ UserName

string Intacct.SDK.Functions.Company.AbstractUser.UserName

◆ UserType

string Intacct.SDK.Functions.Company.AbstractUser.UserType

◆ WebServicesOnly

bool? Intacct.SDK.Functions.Company.AbstractUser.WebServicesOnly