User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 09:25, 21 May 2015 (diff | hist) . . (+27) . . Internal/CodeSnippets
- 09:24, 21 May 2015 (diff | hist) . . (+30) . . Coding/Basics
- 09:24, 21 May 2015 (diff | hist) . . (-95) . . Coding/Basics
- 09:24, 21 May 2015 (diff | hist) . . (-62) . . Coding/Events
- 09:24, 21 May 2015 (diff | hist) . . (-33) . . ValidationTimeStamp
- 09:24, 21 May 2015 (diff | hist) . . (-33) . . ValidationLogin
- 09:23, 21 May 2015 (diff | hist) . . (-33) . . Load Content Object
- 09:23, 21 May 2015 (diff | hist) . . (-33) . . Set ValidationTimeStamp
- 09:22, 21 May 2015 (diff | hist) . . (-33) . . Set Referenced Object
- 09:22, 21 May 2015 (diff | hist) . . (-33) . . Set DisplayData Object
- 09:22, 21 May 2015 (diff | hist) . . (-33) . . Load Objects By Query
- 09:22, 21 May 2015 (diff | hist) . . (-36) . . Load Custom SystemObject
- 09:22, 21 May 2015 (diff | hist) . . (-33) . . Load A System MetaClass
- 09:22, 21 May 2015 (diff | hist) . . (+29) . . Internal/CodeSnippets
- 09:21, 21 May 2015 (diff | hist) . . (-33) . . Load A MetaClass
- 09:21, 21 May 2015 (diff | hist) . . (-33) . . Get User Name
- 09:21, 21 May 2015 (diff | hist) . . (-33) . . Create SelectiveList
- 09:21, 21 May 2015 (diff | hist) . . (-33) . . Assign Selective List To MetaProperty
- 09:21, 21 May 2015 (diff | hist) . . (-33) . . Create MetaClass
- 09:20, 21 May 2015 (diff | hist) . . (-33) . . Create MetaProperty
- 09:19, 21 May 2015 (diff | hist) . . (-61) . . Assign MetaProperty To MetaClass
- 09:19, 21 May 2015 (diff | hist) . . (-21) . . Assign MetaProperty To MetaClass
- 09:19, 21 May 2015 (diff | hist) . . (+88) . . Assign MetaProperty To MetaClass
- 09:18, 21 May 2015 (diff | hist) . . (+80) . . Assign MetaProperty To MetaClass
- 16:15, 20 May 2015 (diff | hist) . . (+138) . . Coding/Events
- 16:14, 20 May 2015 (diff | hist) . . (+74) . . N Coding/Events (Created page with "== MetaClass (general) == == Document == Internal resources ")
- 16:13, 20 May 2015 (diff | hist) . . (+444) . . N Assign MetaProperty To MetaClass (Created page with "{{Item/Resources/CodeSnippetHeader}} === Assign a MetaProperty to a MetaClass === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lang="csharp"> MetaClass newMetaC...")
- 16:13, 20 May 2015 (diff | hist) . . (+612) . . N Assign Selective List To MetaProperty (Created page with "{{Item/Resources/CodeSnippetHeader}} === Assign a Selective List to a MetaProperty === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lang="csharp"> // MetaProperty...")
- 16:11, 20 May 2015 (diff | hist) . . (+577) . . N Set ValidationTimeStamp (Created page with "{{Item/Resources/CodeSnippetHeader}} === Set Validation TimeStamp of a Property === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lang="csharp"> // Set Validatio...")
- 16:11, 20 May 2015 (diff | hist) . . (+394) . . N ValidationTimeStamp (Created page with "{{Item/Resources/CodeSnippetHeader}} === Get validation time stamp from property === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lang="csharp"> // Get property...")
- 16:11, 20 May 2015 (diff | hist) . . (+472) . . N ValidationLogin (Created page with "{{Item/Resources/CodeSnippetHeader}} === Get validation login from property === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lang="csharp"> // Get property ABC f...")
- 16:10, 20 May 2015 (diff | hist) . . (+1,112) . . N Get User Name (Created page with "{{Item/Resources/CodeSnippetHeader}} === Get user name (logged-in) from UBIK session === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lang="csharp"> // Get UBIK...")
- 16:10, 20 May 2015 (diff | hist) . . (+614) . . N Set Referenced Object (Created page with "{{Item/Resources/CodeSnippetHeader}} === Set Linked Object of a Reference Property === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lang="csharp"> // Alternati...")
- 16:09, 20 May 2015 (diff | hist) . . (+381) . . N Set DisplayData Object (Created page with "{{Item/Resources/CodeSnippetHeader}} === Set DisplayData Property of a MetaClass === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lang="csharp"> // Get MetaCla...")
- 16:08, 20 May 2015 (diff | hist) . . (+1,297) . . N Create SelectiveList (Created page with "{{Item/Resources/CodeSnippetHeader}} === Create a Selective List, Items and relate the items to the list === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lang="cs...")
- 16:08, 20 May 2015 (diff | hist) . . (+1,285) . . N Create MetaProperty (Created page with "{{Item/Resources/CodeSnippetHeader}} === Create MetaProperty === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lang="csharp"> // Meta class: CUSTOMMETAPROPERTY...")
- 16:07, 20 May 2015 (diff | hist) . . (+660) . . N Create MetaClass (Created page with "{{Item/Resources/CodeSnippetHeader}} === Create MetaClass as Derivate === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lang="csharp"> // Meta class: BASECLASS...")
- 16:06, 20 May 2015 (diff | hist) . . (+33) . . Load A System MetaClass
- 16:06, 20 May 2015 (diff | hist) . . (+33) . . Load A MetaClass
- 16:03, 20 May 2015 (diff | hist) . . (+1,794) . . N Load Content Object (Created page with "{{Item/Resources/CodeSnippetHeader}} === Load Content Object By UID === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lang="csharp"> // Meta class: SELECTIVELIS...")
- 16:02, 20 May 2015 (diff | hist) . . (+577) . . N Load Objects By Query (Created page with "{{Item/Resources/CodeSnippetHeader}} === Load Objects using a Query === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lang="csharp"> // Create a temporary query...")
- 15:59, 20 May 2015 (diff | hist) . . (-53) . . Load A System MetaClass
- 15:59, 20 May 2015 (diff | hist) . . (-37) . . Load A MetaClass
- 15:59, 20 May 2015 (diff | hist) . . (+507) . . N Load Custom SystemObject (Created page with "{{Item/Resources/CodeSnippetHeader}} === Load a Customized SystemObject by its SystemObjects Enumeration Item === {{Item/Resources/CodeSnippetInfo|KNO}} <syntaxhighlight lan...")
- 15:58, 20 May 2015 (diff | hist) . . (-128) . . Internal/CodeSnippetInfo
- 15:56, 20 May 2015 (diff | hist) . . (+229) . . Coding/Basics
- 15:53, 20 May 2015 (diff | hist) . . (+41) . . Coding/Basics
- 15:52, 20 May 2015 (diff | hist) . . (+18) . . Coding/Basics
- 15:49, 20 May 2015 (diff | hist) . . (+21) . . N Resources (internal) (Created page with "Internal")
- 15:49, 20 May 2015 (diff | hist) . . (+18) . . Internal/CodeSnippetInfo
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)