Class DbFunctions
Inheritance
System.Object
DbFunctions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.Database
Assembly: Asgard3.Core.dll
Syntax
public static class DbFunctions
Fields
| Improve this Doc View SourceslrDB
Declaration
public static XmlSerializer slrDB
Field Value
Type | Description |
---|---|
System.Xml.Serialization.XmlSerializer |
Methods
| Improve this Doc View SourceCompareFlags(DbFlags, DbFlags)
Checks if the userflags contains one of the allowedflags.
Declaration
public static bool CompareFlags(DbFlags userFlags, DbFlags allowedflags)
Parameters
Type | Name | Description |
---|---|---|
DbFlags | userFlags | |
DbFlags | allowedflags | The flags to be compared too. |
Returns
Type | Description |
---|---|
System.Boolean |