Class SMTP_Server_Info
Inheritance
System.Object
SMTP_Server_Info
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Framework.Model.dll
Syntax
public class SMTP_Server_Info : SybaseBase, INotifyPropertyChanged
Constructors
|
Improve this Doc
View Source
SMTP_Server_Info(SybaseStack)
Declaration
public SMTP_Server_Info(SybaseStack sb)
Parameters
Properties
|
Improve this Doc
View Source
Host
Declaration
public string Host { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Password
Declaration
public byte[] Password { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
Port
Declaration
public short Port { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
TableName
Declaration
public override string TableName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
TableOwner
Declaration
public override string TableOwner { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UseSSL
Declaration
public bool UseSSL { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Implements
System.ComponentModel.INotifyPropertyChanged