Class UserModel
Inheritance
System.Object
UserModel
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Models
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class UserModel : IAccountModel
Constructors
View SourceUserModel()
Declaration
public UserModel()
UserModel(String)
Declaration
public UserModel(string account)
Parameters
Type | Name | Description |
---|---|---|
System.String | account |
Properties
View SourceAccount
Declaration
public string Account { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CorpCode
Declaration
public string CorpCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |