C# 클래스 System.Data.SqlTypes.SqlMoney

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaxValue SqlMoney
MinValue SqlMoney
Null SqlMoney
Zero SqlMoney

공개 메소드들

메소드 설명
Add ( SqlMoney x, SqlMoney y ) : SqlMoney
CompareTo ( SqlMoney value ) : int
CompareTo ( object value ) : int
Divide ( SqlMoney x, SqlMoney y ) : SqlMoney
Equals ( SqlMoney x, SqlMoney y ) : SqlBoolean
Equals ( object value ) : bool
GetHashCode ( ) : int
GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName
GreaterThan ( SqlMoney x, SqlMoney y ) : SqlBoolean
GreaterThanOrEqual ( SqlMoney x, SqlMoney y ) : SqlBoolean
LessThan ( SqlMoney x, SqlMoney y ) : SqlBoolean
LessThanOrEqual ( SqlMoney x, SqlMoney y ) : SqlBoolean
Multiply ( SqlMoney x, SqlMoney y ) : SqlMoney
NotEquals ( SqlMoney x, SqlMoney y ) : SqlBoolean
Parse ( string s ) : SqlMoney
SqlMoney ( decimal value ) : System.Data.Common

Initializes a new instance of the class with the value given.

SqlMoney ( double value ) : System.Data.Common

Initializes a new instance of the class with the value given.

SqlMoney ( int value ) : System.Data.Common

Initializes a new instance of the class with the value given.

SqlMoney ( long value ) : System.Data.Common

Initializes a new instance of the class with the value given.

Subtract ( SqlMoney x, SqlMoney y ) : SqlMoney
ToDecimal ( ) : decimal
ToDouble ( ) : double
ToInt32 ( ) : int
ToInt64 ( ) : long
ToSqlBoolean ( ) : SqlBoolean
ToSqlByte ( ) : SqlByte
ToSqlDecimal ( ) : SqlDecimal
ToSqlDouble ( ) : SqlDouble
ToSqlInt16 ( ) : SqlInt16
ToSqlInt32 ( ) : SqlInt32
ToSqlInt64 ( ) : SqlInt64
ToSqlSingle ( ) : SqlSingle
ToSqlString ( ) : SqlString
ToString ( ) : string
operator ( ) : SqlBoolean
operator ( ) : SqlMoney

비공개 메소드들

메소드 설명
IXmlSerializable ( ) : XmlSchema
IXmlSerializable ( XmlReader reader ) : void
IXmlSerializable ( XmlWriter writer ) : void
SqlMoney ( bool fNull ) : System.Data.Common
SqlMoney ( long value, int ignored ) : System.Data.Common
ToSqlInternalRepresentation ( ) : long

메소드 상세

Add() 공개 정적인 메소드

public static Add ( SqlMoney x, SqlMoney y ) : SqlMoney
x SqlMoney
y SqlMoney
리턴 SqlMoney

CompareTo() 공개 메소드

public CompareTo ( SqlMoney value ) : int
value SqlMoney
리턴 int

CompareTo() 공개 메소드

public CompareTo ( object value ) : int
value object
리턴 int

Divide() 공개 정적인 메소드

public static Divide ( SqlMoney x, SqlMoney y ) : SqlMoney
x SqlMoney
y SqlMoney
리턴 SqlMoney

Equals() 공개 정적인 메소드

public static Equals ( SqlMoney x, SqlMoney y ) : SqlBoolean
x SqlMoney
y SqlMoney
리턴 SqlBoolean

Equals() 공개 메소드

public Equals ( object value ) : bool
value object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetXsdType() 공개 정적인 메소드

public static GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName
schemaSet XmlSchemaSet
리턴 XmlQualifiedName

GreaterThan() 공개 정적인 메소드

public static GreaterThan ( SqlMoney x, SqlMoney y ) : SqlBoolean
x SqlMoney
y SqlMoney
리턴 SqlBoolean

GreaterThanOrEqual() 공개 정적인 메소드

public static GreaterThanOrEqual ( SqlMoney x, SqlMoney y ) : SqlBoolean
x SqlMoney
y SqlMoney
리턴 SqlBoolean

LessThan() 공개 정적인 메소드

public static LessThan ( SqlMoney x, SqlMoney y ) : SqlBoolean
x SqlMoney
y SqlMoney
리턴 SqlBoolean

LessThanOrEqual() 공개 정적인 메소드

public static LessThanOrEqual ( SqlMoney x, SqlMoney y ) : SqlBoolean
x SqlMoney
y SqlMoney
리턴 SqlBoolean

Multiply() 공개 정적인 메소드

public static Multiply ( SqlMoney x, SqlMoney y ) : SqlMoney
x SqlMoney
y SqlMoney
리턴 SqlMoney

NotEquals() 공개 정적인 메소드

public static NotEquals ( SqlMoney x, SqlMoney y ) : SqlBoolean
x SqlMoney
y SqlMoney
리턴 SqlBoolean

Parse() 공개 정적인 메소드

public static Parse ( string s ) : SqlMoney
s string
리턴 SqlMoney

SqlMoney() 공개 메소드

Initializes a new instance of the class with the value given.
public SqlMoney ( decimal value ) : System.Data.Common
value decimal
리턴 System.Data.Common

SqlMoney() 공개 메소드

Initializes a new instance of the class with the value given.
public SqlMoney ( double value ) : System.Data.Common
value double
리턴 System.Data.Common

SqlMoney() 공개 메소드

Initializes a new instance of the class with the value given.
public SqlMoney ( int value ) : System.Data.Common
value int
리턴 System.Data.Common

SqlMoney() 공개 메소드

Initializes a new instance of the class with the value given.
public SqlMoney ( long value ) : System.Data.Common
value long
리턴 System.Data.Common

Subtract() 공개 정적인 메소드

public static Subtract ( SqlMoney x, SqlMoney y ) : SqlMoney
x SqlMoney
y SqlMoney
리턴 SqlMoney

ToDecimal() 공개 메소드

public ToDecimal ( ) : decimal
리턴 decimal

ToDouble() 공개 메소드

public ToDouble ( ) : double
리턴 double

ToInt32() 공개 메소드

public ToInt32 ( ) : int
리턴 int

ToInt64() 공개 메소드

public ToInt64 ( ) : long
리턴 long

ToSqlBoolean() 공개 메소드

public ToSqlBoolean ( ) : SqlBoolean
리턴 SqlBoolean

ToSqlByte() 공개 메소드

public ToSqlByte ( ) : SqlByte
리턴 SqlByte

ToSqlDecimal() 공개 메소드

public ToSqlDecimal ( ) : SqlDecimal
리턴 SqlDecimal

ToSqlDouble() 공개 메소드

public ToSqlDouble ( ) : SqlDouble
리턴 SqlDouble

ToSqlInt16() 공개 메소드

public ToSqlInt16 ( ) : SqlInt16
리턴 SqlInt16

ToSqlInt32() 공개 메소드

public ToSqlInt32 ( ) : SqlInt32
리턴 SqlInt32

ToSqlInt64() 공개 메소드

public ToSqlInt64 ( ) : SqlInt64
리턴 SqlInt64

ToSqlSingle() 공개 메소드

public ToSqlSingle ( ) : SqlSingle
리턴 SqlSingle

ToSqlString() 공개 메소드

public ToSqlString ( ) : SqlString
리턴 SqlString

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : SqlBoolean
리턴 SqlBoolean

operator() 공개 정적인 메소드

public static operator ( ) : SqlMoney
리턴 SqlMoney

프로퍼티 상세

MaxValue 공개적으로 정적으로 프로퍼티

Represents the maximum value that can be assigned to the property of an instance of the class.
public static SqlMoney,System.Data.SqlTypes MaxValue
리턴 SqlMoney

MinValue 공개적으로 정적으로 프로퍼티

Represents the minimum value that can be assigned to property of an instance of the class.
public static SqlMoney,System.Data.SqlTypes MinValue
리턴 SqlMoney

Null 공개적으로 정적으로 프로퍼티

Represents a null value that can be assigned to the property of an instance of the class.
public static SqlMoney,System.Data.SqlTypes Null
리턴 SqlMoney

Zero 공개적으로 정적으로 프로퍼티

Represents the zero value that can be assigned to the property of an instance of the class.
public static SqlMoney,System.Data.SqlTypes Zero
리턴 SqlMoney